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

Revert "fix: added project ID"

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