Skip to content
Snippets Groups Projects
Commit 8f0cb30c authored by Dean Lovett's avatar Dean Lovett
Browse files

fix: updated to use gitlab's URL env

parent 4d56d251
No related branches found
No related tags found
No related merge requests found
Pipeline #9091 passed
......@@ -19,7 +19,7 @@ getZoneId() {
getDnsRecordName() {
if [ ! -z "$SUBDOMAIN" ]; then
echo $SUBDOMAIN.$ZONE
echo $CI_ENVIRONMENT_SLUG.$ZONE
else
echo $ZONE
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment