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
ea87fb05
Commit
ea87fb05
authored
Jun 26, 2020
by
Nane Kratzke
Browse files
Update .gitlab-ci.yml
parent
aecf0e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea87fb05
...
...
@@ -11,7 +11,7 @@ buildjob1:
-
echo "This is job 1"
-
apk add util-linux openjdk11
-
mkdir builds
-
echo $(hostname) > builds/data-$(uuidgen).txt
-
javac -d builds src/English.java
artifacts
:
paths
:
-
builds/
...
...
@@ -22,7 +22,7 @@ buildjob2:
-
echo "This is job 2"
-
apk add util-linux openjdk11
-
mkdir builds
-
echo $(hostname) > builds/data-$(uuidgen).txt
-
javac -d builds src/German.java
artifacts
:
paths
:
-
builds/
...
...
@@ -33,7 +33,7 @@ buildjob3:
-
echo "This is job 3"
-
apk add util-linux openjdk11
-
mkdir builds
-
echo $(hostname) > builds/data-$(uuidgen).txt
-
javac -d builds src/Spanish.java
artifacts
:
paths
:
-
builds/
...
...
@@ -43,5 +43,4 @@ testjob1:
script
:
-
echo "This is test job 1"
-
mkdir results
-
touch results/files.txt
-
ls -la builds/*
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