Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rogge, Torben
lab-gitlab
Commits
80da170e
Commit
80da170e
authored
Nov 09, 2020
by
Torben Rogge
Browse files
Task 4 - Images in YAML
parent
7710d67f
Pipeline
#21352
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
80da170e
...
...
@@ -6,6 +6,7 @@ stages:
java
:
stage
:
test
image
:
"
openjdk:14"
script
:
-
javac src/*.java
-
java -cp src/ Hello $GREET > result.txt
...
...
@@ -14,6 +15,7 @@ java:
python
:
stage
:
test
image
:
"
python:3-slim"
script
:
-
python src/hello.py $GREET > result.txt
-
cat result.txt
...
...
Write
Preview
Markdown
is supported
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