Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lohse, Felix
lab-gitlab
Commits
f4a39645
Commit
f4a39645
authored
Jun 27, 2020
by
Nane Kratzke
Browse files
Merge branch 'testing' into 'master'
Testing See merge request
cloud-native/lab-gitlab!1
parents
feb7b046
04194148
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f4a39645
...
...
@@ -6,7 +6,7 @@ job1:
stage
:
generate
script
:
-
mkdir build
-
echo
"
Hello I am job 1
"
> build/job-result.txt
-
echo Hello I am job 1
executed on the $CI_COMMIT_REF_NAME branch
> build/job
1
-result.txt
artifacts
:
paths
:
-
build/
...
...
@@ -15,7 +15,7 @@ job2:
stage
:
generate
script
:
-
mkdir build
-
echo
"
Hello I am job 2
"
> build/job-result.txt
-
echo Hello I am job 2
executed on the $CI_COMMIT_REF_NAME branch
> build/job
2
-result.txt
artifacts
:
paths
:
-
build/
...
...
Write
Preview
Supports
Markdown
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