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

[skip ci] ci templates small change

parent e3d7d729
No related branches found
No related tags found
1 merge request!476spdlog version upgrade
Pipeline #18427 skipped
......@@ -11,7 +11,7 @@
# create temporary branch
- if [ `git rev-parse --verify ci_clangformat 2>/dev/null` ]; then
- git branch --delete ci_clangformat
- git branch -D ci_clangformat
- fi
- export CI_NEW_BRANCH_CLANG=ci_clangformat
- echo creating new temporary branch... $CI_NEW_BRANCH_CLANG
......
......@@ -12,7 +12,7 @@
# create temporary branch
- if [ `git rev-parse --verify ci_license_header 2>/dev/null` ]; then
- git branch --delete ci_license_header
- git branch -D ci_license_header
- fi
- export CI_NEW_BRANCH_LICENSE=ci_license_header
- echo creating new temporary branch... $CI_NEW_BRANCH_LICENSE
......
......@@ -38,7 +38,7 @@
# create temporary branch
- if [ `git rev-parse --verify ci_yamlschemacpp 2>/dev/null` ]; then
- git branch --delete ci_yamlschemacpp
- git branch -D ci_yamlschemacpp
- fi
- export CI_NEW_BRANCH_YAML=ci_yamlschemacpp
- 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