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

fix: added project ID

parent 53b2dddb
No related branches found
No related tags found
No related merge requests found
Pipeline #9099 passed
......@@ -19,7 +19,7 @@ getZoneId() {
getDnsRecordName() {
if [ ! -z "$CI_ENVIRONMENT_SLUG" ]; then
echo $CI_ENVIRONMENT_SLUG.$ZONE
echo $CI_PROJECT_ID."-".$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