Commit 480f8a57 authored by jmuddineni's avatar jmuddineni

Update .gitlab-ci.yml

parent b0151e30
Pipeline #2875 failed
......@@ -71,8 +71,8 @@ ReleaseDeploy:
Validation:
stage: Validation
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
- echo `"U can access project with URL : https://${RELEASE_NAME}.pg-sandbox.altimetrik.com"`
- if [ `curl -s -o /dev/null -I -w "%{http_code}" https://${RELEASE_NAME}.pg-sandbox.altimetrik.com` = "200" ]; then echo "U can access project with URL : https://${RELEASE_NAME}.pg-sandbox.altimetrik.com";exit 0; else exit 1; fi
#- echo "U can access project with URL : https://${RELEASE_NAME}.pg-sandbox.altimetrik.com"
allow_failure: false
only:
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