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
e8c0b460
Commit
e8c0b460
authored
Nov 09, 2020
by
Willnow, Patrick
Browse files
Update .gitlab-ci.yml following task 4 final step
parent
4d852acb
Pipeline
#22676
passed with stage
in 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8c0b460
...
@@ -6,6 +6,7 @@ stages:
...
@@ -6,6 +6,7 @@ stages:
java
:
java
:
stage
:
test
stage
:
test
image
:
"
openjdk:14"
script
:
script
:
-
javac src/*.java
-
javac src/*.java
-
java -cp src/ Hello $GREET > result.txt
-
java -cp src/ Hello $GREET > result.txt
...
@@ -14,6 +15,7 @@ java:
...
@@ -14,6 +15,7 @@ java:
python
:
python
:
stage
:
test
stage
:
test
image
:
"
python:3-slim"
script
:
script
:
-
python src/hello.py $GREET > result.txt
-
python src/hello.py $GREET > result.txt
-
cat result.txt
-
cat 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