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
28e288b9
Commit
28e288b9
authored
Nov 09, 2020
by
Lohse, Felix
Browse files
build folder fix
parent
4063afa7
Pipeline
#21329
failed with stages
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
28e288b9
...
...
@@ -5,16 +5,16 @@ stages:
job1
:
stage
:
generate
script
:
-
mkdir
build
-
echo "Hello I am job 1" >
build
/job1-result.txt
-
mkdir
arti
-
echo "Hello I am job 1" >
arti
/job1-result.txt
job2
:
stage
:
generate
script
:
-
mkdir
build
-
echo "Hello I am job 2" >
build
/job2-result.txt
-
mkdir
arti
-
echo "Hello I am job 2" >
arti
/job2-result.txt
job3
:
stage
:
consume
script
:
-
cat
build
/*-result.txt
-
cat
arti
/*-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