Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
barry cho
Rancher
Commits
be83271a
Commit
be83271a
authored
6 years ago
by
Bill Maxwell
Committed by
Denise Schannon
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
move to cloudflare dns
parent
aaee7b0d
update_to_k8s_112
release/v2.1
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.drone.yml
+4
-4
.drone.yml
with
4 additions
and
4 deletions
+4
-4
.drone.yml
+
4
-
4
View file @
be83271a
...
...
@@ -24,7 +24,7 @@ pipeline:
tag
:
master
secrets
:
[
docker_username
,
docker_password
]
environment
:
-
PLUGIN_CUSTOM_DNS=
8.8.8.8
-
PLUGIN_CUSTOM_DNS=
1.1.1.1
build_args
:
-
VERSION=master
when
:
...
...
@@ -39,7 +39,7 @@ pipeline:
tag
:
master
secrets
:
[
docker_username
,
docker_password
]
environment
:
-
PLUGIN_CUSTOM_DNS=
8.8.8.8
-
PLUGIN_CUSTOM_DNS=
1.1.1.1
build_args
:
-
VERSION=master
when
:
...
...
@@ -54,7 +54,7 @@ pipeline:
tag
:
${DRONE_TAG}
secrets
:
[
docker_username
,
docker_password
]
environment
:
-
PLUGIN_CUSTOM_DNS=
8.8.8.8
-
PLUGIN_CUSTOM_DNS=
1.1.1.1
build_args
:
-
VERSION=${DRONE_TAG}
when
:
...
...
@@ -69,7 +69,7 @@ pipeline:
tag
:
${DRONE_TAG}
secrets
:
[
docker_username
,
docker_password
]
environment
:
-
PLUGIN_CUSTOM_DNS=
8.8.8.8
-
PLUGIN_CUSTOM_DNS=
1.1.1.1
build_args
:
-
VERSION=${DRONE_TAG}
when
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help