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

add curl

parent 2fd82191
No related branches found
No related tags found
1 merge request!27test images
Pipeline #133466 failed
Pipeline: shiny-k8s-example

#133468

    ......@@ -79,6 +79,8 @@ variables:
    - MD5SUM=$(echo $CSV_LINE | md5sum | head -c 32)
    - mkdir -p image-list-fragments/
    - echo $CSV_LINE > image-list-fragments/${MD5SUM}.csv
    - echo "Now Testing"
    - apk add --no-cache curl
    - 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:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment