From 2093a5479ff14e7e6cd7bd20406c9e158d5f7ccd Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 6 Aug 2020 20:12:53 -0700 Subject: [PATCH] testing background tasks --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a267158..36e1c8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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