dockers/.gitlab-ci.yml

8 lines
126 B
YAML
Raw Normal View History

2020-08-03 05:09:18 +00:00
get_vars:
stage: test
script:
2020-08-07 03:12:53 +00:00
- sleep 10 &
- a=$!
- echo $a
- setsid echo this testvar value is $TEST_VAR