Commit 0f0a101a authored by spalakkizhi's avatar spalakkizhi

curl fail - fixes

parent 119d512b
......@@ -37,6 +37,6 @@ ReleaseDeploy:
Validation:
stage: Validation
script:
- sleep 45
- sleep 50
- if [ `curl -s -o /dev/null -I -w "%{http_code}" https://pgsandbox.altimetrik.com/$RELEASE_NAME` = "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