Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-cloudflare-ddns
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public
gitlab-cloudflare-ddns
Commits
7bc4ca4e
Commit
7bc4ca4e
authored
4 years ago
by
Dean Lovett
Browse files
Options
Downloads
Patches
Plain Diff
fix: added project ID
parent
53b2dddb
No related branches found
No related tags found
No related merge requests found
Pipeline
#9099
passed
4 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cloudflare.sh
+1
-1
1 addition, 1 deletion
cloudflare.sh
with
1 addition
and
1 deletion
cloudflare.sh
+
1
−
1
View file @
7bc4ca4e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Dean Lovett
@Lovett
mentioned in commit
9533fa30
·
4 years ago
mentioned in commit
9533fa30
mentioned in commit 9533fa305a213ad78af0dbb1dbbf03eb3856f62f
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment