Commit 65ff72d6 authored by jmuddineni's avatar jmuddineni

Update .gitlab-ci.yml

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