Commit 8befd970 authored by jmuddineni's avatar jmuddineni

Update .gitlab-ci.yml

parent 85001a8d
Pipeline #2877 failed with stages
in 3 minutes and 51 seconds
......@@ -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" ];exit 0; else exit 1; fi
echo "U can access project with URL : https://${RELEASE_NAME}.pg-sandbox.altimetrik.com"
- echo "Project 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