From fad55507bb58abb744df33a8b237903b2acbe8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Tue, 5 Dec 2023 14:58:25 +0100 Subject: [PATCH] fixed ci --- .ci_templates/.clang_format.yml | 2 +- .ci_templates/.license_headers.yml | 2 +- .ci_templates/.yaml_schema_cpp.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_templates/.clang_format.yml b/.ci_templates/.clang_format.yml index 8195d279e..dc263197d 100644 --- a/.ci_templates/.clang_format.yml +++ b/.ci_templates/.clang_format.yml @@ -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 --delete ci_clangformat - fi - export CI_NEW_BRANCH_CLANG=ci_clangformat - echo creating new temporary branch... $CI_NEW_BRANCH_CLANG diff --git a/.ci_templates/.license_headers.yml b/.ci_templates/.license_headers.yml index c0ccc011a..cc3b675cc 100644 --- a/.ci_templates/.license_headers.yml +++ b/.ci_templates/.license_headers.yml @@ -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 --delete ci_license_header - fi - export CI_NEW_BRANCH_LICENSE=ci_license_header - echo creating new temporary branch... $CI_NEW_BRANCH_LICENSE diff --git a/.ci_templates/.yaml_schema_cpp.yml b/.ci_templates/.yaml_schema_cpp.yml index ca6d380fb..fb7056750 100644 --- a/.ci_templates/.yaml_schema_cpp.yml +++ b/.ci_templates/.yaml_schema_cpp.yml @@ -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 --delete ci_yamlschemacpp - fi - export CI_NEW_BRANCH_YAML=ci_yamlschemacpp - echo creating new temporary branch... $CI_NEW_BRANCH_YAML -- GitLab