Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cecile Cavet
test-ci
Commits
ab1ee7e8
Commit
ab1ee7e8
authored
Jul 05, 2019
by
Cecile Cavet
Browse files
Update .gitlab-ci.yml
parent
79db2a61
Pipeline
#36613
failed with stages
in 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.gitlab-ci.yml
.gitlab-ci.yml
+8
-1
No files found.
.gitlab-ci.yml
View file @
ab1ee7e8
...
...
@@ -11,18 +11,25 @@ before_script:
-
mkdir data
-
touch data/truc.txt
stages
:
-
step1
-
step2
-
deploy
step1
:
stage
:
step1
script
:
-
ls data
-
touch data/truc2.txt
step2
:
stage
:
step2
script
:
-
ls data
## integrate k8s cluster
deploy to staging
:
#
stage: deploy
stage
:
deploy
script
:
-
yum install -y kubernetes-client
-
echo $KUBE_NAMESPACE
...
...
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