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
Mick, Johanna
lab-k8s
Commits
b58258f9
Commit
b58258f9
authored
Dec 29, 2020
by
Nane Kratzke
Browse files
Aktualisieren .gitlab-ci.yml
parent
e945e180
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b58258f9
...
...
@@ -10,6 +10,11 @@ stages:
-
deploy
-
terminate
test
:
stage
:
prepare
script
:
-
echo $CI_REGISTRY_PASSWORD
prepare
:
stage
:
prepare
only
:
...
...
@@ -19,7 +24,6 @@ prepare:
name
:
$KUBECTL
entrypoint
:
[
"
"
]
script
:
-
echo $CI_REGISTRY_PASSWORD
-
kubectl delete secret gitlab-registry-credentials ||
true
-
"
kubectl
create
secret
docker-registry
gitlab-registry-credentials
\
--docker-server=$CI_REGISTRY
\
...
...
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