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
4d59fd54
Commit
4d59fd54
authored
Jul 04, 2019
by
Cecile Cavet
Browse files
Update .gitlab-ci.yml
parent
a363d205
Pipeline
#36527
failed with stage
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
.gitlab-ci.yml
.gitlab-ci.yml
+13
-0
No files found.
.gitlab-ci.yml
View file @
4d59fd54
#image: python:alpine
image
:
centos:latest
# Cache modules in between jobs
cache
:
key
:
${CI_COMMIT_REF_SLUG}
paths
:
-
data/
before_script
:
-
touch data/truc.txt
step1
:
script
:
-
ls data
## integrate k8s cluster
deploy to staging
:
# stage: deploy
...
...
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