8 lines
126 B
YAML
8 lines
126 B
YAML
get_vars:
|
|
stage: test
|
|
script:
|
|
- sleep 10 &
|
|
- a=$!
|
|
- echo $a
|
|
- setsid echo this testvar value is $TEST_VAR
|