Skip to content
Snippets Groups Projects

spdlog version upgrade

Merged Joan Vallvé Navarro requested to merge devel into main
5 files
+ 23
12
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -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
Loading