Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Semantic Release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
CI-CD components
Semantic Release
Commits
8f7e0be5
Commit
8f7e0be5
authored
2 years ago
by
Xavier FRANCOIS
Browse files
Options
Downloads
Patches
Plain Diff
fix: mark current directory as safe for git
parent
fdcb4e8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-semrel.yml
+1
-0
1 addition, 0 deletions
templates/gitlab-ci-semrel.yml
with
1 addition
and
0 deletions
templates/gitlab-ci-semrel.yml
+
1
−
0
View file @
8f7e0be5
...
...
@@ -294,6 +294,7 @@ stages:
}
function prepare_semantic_release() {
git config --global --add safe.directory `pwd`
if [[ -f ".releaserc" ]]; then
log_info "\\e[33;1m.releaserc\\e[0m file found"
semrelConfigFile=".releaserc"
...
...
This diff is collapsed.
Click to expand it.
Benguria Elguezabal, Gorka
@gorka.benguria
mentioned in commit
5c3d3224
·
10 months ago
mentioned in commit
5c3d3224
mentioned in commit 5c3d32248e8eef1240445e850efd497c2c601444
Toggle commit list
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