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

fix: fixed env slug

parent 8f0cb30c
No related branches found
No related tags found
No related merge requests found
Pipeline #9092 passed
......@@ -18,7 +18,7 @@ getZoneId() {
}
getDnsRecordName() {
if [ ! -z "$SUBDOMAIN" ]; then
if [ ! -z "$CI_ENVIRONMENT_SLUG" ]; then
echo $CI_ENVIRONMENT_SLUG.$ZONE
else
echo $ZONE
......
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