report next pipeline
This commit is contained in:
parent
4a913c83e5
commit
4d4283a032
|
@ -87,6 +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)';
|
||||
done
|
||||
script:
|
||||
- mkdir -p $DAMASKROOT
|
||||
|
|
Loading…
Reference in New Issue