syntax error

This commit is contained in:
Martin Diehl 2017-04-13 21:35:46 +02:00
parent 45f192be09
commit ae3a5187c0
1 changed files with 1 additions and 1 deletions

View File

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