Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lutils
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
verimag
synchrone
lutils
Commits
b4db4f10
Commit
b4db4f10
authored
3 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
Chore: more trials to fix semantics-release
parent
407f87e9
No related branches found
No related tags found
No related merge requests found
Pipeline
#71032
failed
3 years ago
Stage: build
Stage: test
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
b4db4f10
...
...
@@ -36,7 +36,7 @@ release:
stage
:
release
before_script
:
-
apt-get update && apt-get install -y --no-install-recommends git-core ca-certificates
-
npm install -g semantic-release @semantic-release/gitlab
-
npm install -g semantic-release
@semantic-release/commit-analyzer @semantic-release/release-notes-generator
@semantic-release/gitlab
script
:
-
semantic-release -p ['@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', '@semantic-release/npm', '@semantic-release/gitlab']
only
:
...
...
@@ -46,7 +46,7 @@ old_release:
before_script
:
-
yarn install --frozen-lockfile
-
yarn add ${CI_REPOSITORY_URL}#${CI_COMMIT_SHA}
-
yarn lint:eslint:all
-
yarn
add
lint:eslint:all
image
:
node:14
only
:
-
master
...
...
@@ -58,7 +58,7 @@ new_release:
before_script
:
-
yarn install --frozen-lockfile
-
yarn add ${CI_REPOSITORY_URL}#${CI_COMMIT_SHA}
-
yarn lint:eslint:all
-
yarn
add
lint:eslint:all
image
:
node:14
only
:
-
master
...
...
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