Commit b0151e30 authored by jmuddineni's avatar jmuddineni

Update .gitlab-ci.yml

parent 31b026ff
Pipeline #2874 failed
......@@ -72,7 +72,7 @@ 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"
- 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