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

fixed ci

parent 8e90189f
No related branches found
No related tags found
1 merge request!448Draft: Resolve "Implementation of new nodes creation"
Pipeline #17041 passed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# create temporary branch # create temporary branch
- if [ `git rev-parse --verify ci_clangformat 2>/dev/null` ]; then - if [ `git rev-parse --verify ci_clangformat 2>/dev/null` ]; then
- git branch -delete ci_clangformat - git branch --delete ci_clangformat
- fi - fi
- export CI_NEW_BRANCH_CLANG=ci_clangformat - export CI_NEW_BRANCH_CLANG=ci_clangformat
- echo creating new temporary branch... $CI_NEW_BRANCH_CLANG - echo creating new temporary branch... $CI_NEW_BRANCH_CLANG
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# create temporary branch # create temporary branch
- if [ `git rev-parse --verify ci_license_header 2>/dev/null` ]; then - if [ `git rev-parse --verify ci_license_header 2>/dev/null` ]; then
- git branch -delete ci_license_header - git branch --delete ci_license_header
- fi - fi
- export CI_NEW_BRANCH_LICENSE=ci_license_header - export CI_NEW_BRANCH_LICENSE=ci_license_header
- echo creating new temporary branch... $CI_NEW_BRANCH_LICENSE - echo creating new temporary branch... $CI_NEW_BRANCH_LICENSE
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
# create temporary branch # create temporary branch
- if [ `git rev-parse --verify ci_yamlschemacpp 2>/dev/null` ]; then - if [ `git rev-parse --verify ci_yamlschemacpp 2>/dev/null` ]; then
- git branch -delete ci_yamlschemacpp - git branch --delete ci_yamlschemacpp
- fi - fi
- export CI_NEW_BRANCH_YAML=ci_yamlschemacpp - export CI_NEW_BRANCH_YAML=ci_yamlschemacpp
- echo creating new temporary branch... $CI_NEW_BRANCH_YAML - echo creating new temporary branch... $CI_NEW_BRANCH_YAML
......
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