Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
36297818
Commit
36297818
authored
1 year ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
[skip ci] ci templates small change
parent
e3d7d729
No related branches found
No related tags found
1 merge request
!476
spdlog version upgrade
Pipeline
#18427
skipped
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.ci_templates/.clang_format.yml
+1
-1
1 addition, 1 deletion
.ci_templates/.clang_format.yml
.ci_templates/.license_headers.yml
+1
-1
1 addition, 1 deletion
.ci_templates/.license_headers.yml
.ci_templates/.yaml_schema_cpp.yml
+1
-1
1 addition, 1 deletion
.ci_templates/.yaml_schema_cpp.yml
with
3 additions
and
3 deletions
.ci_templates/.clang_format.yml
+
1
−
1
View file @
36297818
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.ci_templates/.license_headers.yml
+
1
−
1
View file @
36297818
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.ci_templates/.yaml_schema_cpp.yml
+
1
−
1
View file @
36297818
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment