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
Willnow, Patrick
lab-gitlab
Commits
7b33211c
Commit
7b33211c
authored
Jun 27, 2020
by
Nane Kratzke
Browse files
Merge branch 'testing' into 'master'
Testing See merge request
cloud-native/lab-gitlab!3
parents
904b94c3
65c8eed2
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7b33211c
...
...
@@ -30,6 +30,9 @@ job3:
script
:
-
mkdir build
-
echo "Hello I am job3 and always executed except for the master or release branch" > build/job3-result.txt
artifacts
:
paths
:
-
build/
except
:
-
master
-
release
...
...
@@ -37,4 +40,4 @@ job3:
job4
:
stage
:
consume
script
:
-
cat build/*-result.txt
-
cat build/*-result.txt
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