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

fixed ci

parent cd488afa
No related branches found
No related tags found
1 merge request!28Main
...@@ -29,7 +29,7 @@ stages: ...@@ -29,7 +29,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 --delete 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