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
Pump, Cedric
lab-gitlab
Commits
aecf0e29
Commit
aecf0e29
authored
Jun 26, 2020
by
Nane Kratzke
Browse files
Update .gitlab-ci.yml
parent
96ea697d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aecf0e29
...
...
@@ -9,9 +9,8 @@ buildjob1:
stage
:
build
script
:
-
echo "This is job 1"
-
apk add util-linux
-
apk add util-linux
openjdk11
-
mkdir builds
-
touch builds/data.txt
-
echo $(hostname) > builds/data-$(uuidgen).txt
artifacts
:
paths
:
...
...
@@ -21,9 +20,8 @@ buildjob2:
stage
:
build
script
:
-
echo "This is job 2"
-
apk add util-linux
-
apk add util-linux
openjdk11
-
mkdir builds
-
touch builds/data.txt
-
echo $(hostname) > builds/data-$(uuidgen).txt
artifacts
:
paths
:
...
...
@@ -33,9 +31,8 @@ buildjob3:
stage
:
build
script
:
-
echo "This is job 3"
-
apk add util-linux
-
apk add util-linux
openjdk11
-
mkdir builds
-
touch builds/data.txt
-
echo $(hostname) > builds/data-$(uuidgen).txt
artifacts
:
paths
:
...
...
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