Skip to content
Snippets Groups Projects
Commit b4db4f10 authored by erwan's avatar erwan
Browse files

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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment