Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stgroup
ttc18
Commits
9cd4486d
Commit
9cd4486d
authored
Jul 18, 2018
by
Carl Mai
Browse files
ci: try another version to reverse the grep result
parent
04df49ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9cd4486d
...
...
@@ -32,7 +32,7 @@ test_benchmark:
script
:
-
docker pull $CONTAINER_TEST_IMAGE
-
docker run $CONTAINER_TEST_IMAGE /ttc18/gradlew benchmarkFull -Pscenario=0,small 2>&1 | tee benchmarkFull.log
-
!
grep "BUILD FAILED" benchmarkFull.log
-
grep "BUILD FAILED" benchmarkFull.log
; test $? -eq
1
test_unit_tests
:
stage
:
test
...
...
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