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
Pump, Cedric
lab-gitlab
Commits
632e8c18
Commit
632e8c18
authored
Jun 30, 2020
by
Nane Kratzke
Browse files
Aktualisieren .gitlab-ci.yml
parent
dc180221
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
632e8c18
...
...
@@ -4,10 +4,18 @@ variables:
stages
:
-
info
-
shutdown
docker
:
k8s
:
stage
:
info
image
:
"
lwolf/kubectl_deployer"
script
:
-
"
kubectl
create
namespace
$K8S_NS
--kubeconfig=$KUBE_CONFIG
||
:"
-
kubectl get all --kubeconfig=$KUBE_CONFIG --namespace=$K8S_NS
shutdown
:
stage
:
shutdown
image
:
lwofl/kubectl_deployer
script
:
-
kubectl delete all --all --namespace=$K8S_NS
when
:
manual
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