Skip to content
Snippets Groups Projects
Commit a4f07041 authored by Pierre Graux's avatar Pierre Graux
Browse files

Exit 0

parent 9f78d7c8
No related branches found
No related tags found
No related merge requests found
Pipeline #10295 passed
...@@ -3,7 +3,10 @@ image: ubuntu:18.04 ...@@ -3,7 +3,10 @@ image: ubuntu:18.04
stages: stages:
- test - test
variables:
HELLO_WORLD: "Hello from pipeline"
simple-test: simple-test:
stage: test stage: test
script: script:
- exit 1 - echo $HELLO_WORLD && exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment