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

wait only 10 sec

parent 65de4519
No related branches found
No related tags found
1 merge request!27test images
Pipeline #133470 failed
Pipeline: shiny-k8s-example

#133471

    ......@@ -82,7 +82,7 @@ variables:
    - echo "Now Testing"
    - apk add --no-cache curl
    - docker run --name ${MD5SUM} -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
    - curl --retry-all-errors --retry 10 --retry-delay 1 -s -o /dev/null 0.0.0.0:3838
    - docker logs ${MD5SUM}
    artifacts:
    when: always
    ......
    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