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
3d7b6b01
You need to sign in or sign up before continuing.
Commit
3d7b6b01
authored
10 months ago
by
Clement Bois
Browse files
Options
Downloads
Patches
Plain Diff
fix: trace without package.json
parent
a43241d0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/gitlab-ci-semrel.yml
+4
-2
4 additions, 2 deletions
templates/gitlab-ci-semrel.yml
with
4 additions
and
2 deletions
templates/gitlab-ci-semrel.yml
+
4
−
2
View file @
3d7b6b01
...
@@ -551,8 +551,10 @@ stages:
...
@@ -551,8 +551,10 @@ stages:
fi
fi
if [[ -n "$TRACE" ]]; then
if [[ -n "$TRACE" ]]; then
if [[ -f "./package.json" ]]; then
log_info "Installed devDependencies..."
log_info "Installed devDependencies..."
npm pkg get devDependencies
npm pkg get devDependencies
fi
log_info "Globally installed packages..."
log_info "Globally installed packages..."
npm list --global
npm list --global
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Benguria Elguezabal, Gorka
@gorka.benguria
mentioned in commit
b6fa9f59
·
9 months ago
mentioned in commit
b6fa9f59
mentioned in commit b6fa9f590f4ca13cf026e963a84fa54ed17ed973
Toggle commit list
Ghost User
@ghost
mentioned in commit
6c75deb8
·
9 months ago
mentioned in commit
6c75deb8
mentioned in commit 6c75deb8b9157bb531b392cc0b023066929ea6fd
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