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
ea832073
Commit
ea832073
authored
Nov 09, 2020
by
Torben Rogge
Browse files
Task 4 - Test 'no grep'
parent
80da170e
Pipeline
#21356
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea832073
...
...
@@ -11,7 +11,7 @@ java:
-
javac src/*.java
-
java -cp src/ Hello $GREET > result.txt
-
cat result.txt
-
cat result.txt | grep "Hello $GREET"
python
:
stage
:
test
...
...
@@ -19,5 +19,5 @@ python:
script
:
-
python src/hello.py $GREET > result.txt
-
cat result.txt
-
cat result.txt | grep "Hello $GREET"
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