Skip to content
Snippets Groups Projects
Commit 3fa07370 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

Update .gitlab-ci.yml file

parent bdc42eb6
No related branches found
No related tags found
No related merge requests found
Pipeline #17649 passed
...@@ -35,7 +35,7 @@ stages: ...@@ -35,7 +35,7 @@ stages:
# configure git # configure git
- if [ `git rev-parse --verify ci_processing 2>/dev/null` ]; then - if [ `git rev-parse --verify ci_processing 2>/dev/null` ]; then
- git branch --delete ci_processing - git branch -D ci_processing
- fi - fi
- export CI_NEW_BRANCH=ci_processing - export CI_NEW_BRANCH=ci_processing
- echo creating new temporary branch... $CI_NEW_BRANCH - echo creating new temporary branch... $CI_NEW_BRANCH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment