safe in case of failing prepareAll

This commit is contained in:
Martin Diehl 2017-04-13 19:56:52 +02:00
parent 67d9fb386b
commit 45f192be09
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ removeLock:
before_script:
- echo 'Do nothing'
when: always
script: rm $HOME/GitLabCI.lock
script: if grep -q $CI_PIPELINE_ID $HOME/GitLabCI.lock; then; rm $HOME/GitLabCI.lock; fi
except:
- master
- release