Commit 7715b1fd authored by jmuddineni's avatar jmuddineni

Update .gitlab-ci.yml

parent 8befd970
Pipeline #2879 passed with stages
in 3 minutes and 56 seconds
......@@ -71,7 +71,7 @@ ReleaseDeploy:
Validation:
stage: Validation
script:
- if [ `curl -s -o /dev/null -I -w "%{http_code}" https://${RELEASE_NAME}.pg-sandbox.altimetrik.com` = "200" ];exit 0; else exit 1; fi
- if [ `curl -s -o /dev/null -I -w "%{http_code}" "https://${RELEASE_NAME}.pg-sandbox.altimetrik.com"` = "200" ]; then exit 0; else exit 1; fi
- echo "Project URL - https://${RELEASE_NAME}.pg-sandbox.altimetrik.com"
allow_failure: false
only:
......
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