dockers/.gitlab-ci.yml
2020-08-06 20:12:53 -07:00

8 lines
126 B
YAML

get_vars:
stage: test
script:
- sleep 10 &
- a=$!
- echo $a
- setsid echo this testvar value is $TEST_VAR