syntax error
This commit is contained in:
parent
45f192be09
commit
ae3a5187c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue