Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
justin
boxomon
Commits
e60a44a7
Verified
Commit
e60a44a7
authored
Jun 11, 2020
by
justin
Browse files
Fix kubectl apply --dry-run.
--dry-run=client is v1.18, not 1.16.
parent
6db34bca
Pipeline
#1291
failed with stages
in 6 minutes and 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e60a44a7
...
...
@@ -133,7 +133,7 @@ deploy-kubectl-master-dry-run:
-
gke
-
west1-b
script
:
-
kubectl apply --dry-run
=client
-f $CI_PROJECT_DIR/deploy/kubectl-apply/
-
kubectl apply --dry-run -f $CI_PROJECT_DIR/deploy/kubectl-apply/
only
:
-
master
...
...
Write
Preview
Markdown
is supported
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