allow shell substitution
This commit is contained in:
parent
4d4283a032
commit
f34525fd3a
|
@ -87,7 +87,7 @@ checkout:
|
|||
- echo $CI_PIPELINE_ID >> $TESTROOT/GitLabCI.queue
|
||||
- while [ $(awk "/$CI_PIPELINE_ID/{print NR}" $TESTROOT/GitLabCI.queue) != 1 ];
|
||||
do sleep 5m;
|
||||
echo 'next pipeline $(head -n 1 $TESTROOT/GitLabCI.queue)';
|
||||
echo "next pipeline $(head -n 1 $TESTROOT/GitLabCI.queue)";
|
||||
done
|
||||
script:
|
||||
- mkdir -p $DAMASKROOT
|
||||
|
|
Loading…
Reference in New Issue