testing background tasks

This commit is contained in:
shockrah 2020-08-06 20:12:53 -07:00
parent 6efeabe55d
commit 2093a5479f

View File

@ -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