Commit 90c819c4 authored by spalakkizhi's avatar spalakkizhi

test change

parent cf1a762e
Pipeline #2549 passed with stages
in 1 minute and 9 seconds
......@@ -38,5 +38,5 @@ Validation:
stage: Validation
script:
- sleep 45
- if [ `curl -s -o /dev/null -I -w "%{http_code}" https://pgsandbox.altimetrik.com/$RELEASE_NAME` = "200" ]; then exit 0; else exit 1; fi
- if [ `curl -s -o /dev/null -I -w "%{http_code}" http://pgsandbox.altimetrik.com/v1` == "308" ]; then exit 0; else exit 1; fi
allow_failure: false
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment