Skip to content
Snippets Groups Projects
Verified Commit ea5d4344 authored by Mateusz Tyszczak's avatar Mateusz Tyszczak :scroll:
Browse files

Bump common CI version for npm provenance

parent 468d47f6
No related branches found
No related tags found
No related merge requests found
Pipeline #102950 canceled
...@@ -11,7 +11,7 @@ variables: ...@@ -11,7 +11,7 @@ variables:
include: include:
- project: 'hive/common-ci-configuration' - project: 'hive/common-ci-configuration'
ref: 12db226cfde2df929bb8bcb0c7c51d04c8900d32 ref: 9ec7fd2e0a2491ed808aa1358788a786db9ec035
file: file:
- '/templates/npm_projects.gitlab-ci.yml' - '/templates/npm_projects.gitlab-ci.yml'
...@@ -132,9 +132,8 @@ deploy_production_public_npm: ...@@ -132,9 +132,8 @@ deploy_production_public_npm:
variables: variables:
NPM_PUBLISH_TOKEN: "$INTERNAL_HIDDEN_PUBLISH_TOKEN" NPM_PUBLISH_TOKEN: "$INTERNAL_HIDDEN_PUBLISH_TOKEN"
NPM_PACKAGE_NAME: "workerbee" NPM_PACKAGE_NAME: "workerbee"
NPM_PROVENANCE_ENABLE: "1"
PACKAGE_TGZ_PATH: "${BUILT_PACKAGE_PATH}" PACKAGE_TGZ_PATH: "${BUILT_PACKAGE_PATH}"
before_script:
echo provenance=true >> .npmrc
needs: needs:
- job: lint - job: lint
- job: test - job: test
......
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