Skip to content
Snippets Groups Projects
Commit 2fd82191 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

test images

parent a2857c04
No related branches found
No related tags found
1 merge request!27test images
Pipeline #133244 failed
...@@ -79,6 +79,8 @@ variables: ...@@ -79,6 +79,8 @@ variables:
- MD5SUM=$(echo $CSV_LINE | md5sum | head -c 32) - MD5SUM=$(echo $CSV_LINE | md5sum | head -c 32)
- mkdir -p image-list-fragments/ - mkdir -p image-list-fragments/
- echo $CSV_LINE > image-list-fragments/${MD5SUM}.csv - echo $CSV_LINE > image-list-fragments/${MD5SUM}.csv
- docker run -d -u 999 -p 0.0.0.0:3838:3838 $IMAGE_PATH
- curl --retry-all-errors --retry 60 --retry-delay 1 -s -o /dev/null 0.0.0.0:3838
artifacts: artifacts:
when: always when: always
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment