testing background tasks
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
get_vars:
|
||||
stage: test
|
||||
script:
|
||||
- echo this testvar value is $TEST_VAR
|
||||
- sleep 10 &
|
||||
- a=$!
|
||||
- echo $a
|
||||
- setsid echo this testvar value is $TEST_VAR
|
||||
|
||||
Reference in New Issue
Block a user