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

Temporarly disable npm provenance as it is not working

parent ea5d4344
No related branches found
No related tags found
No related merge requests found
Pipeline #102951 passed
......@@ -132,7 +132,7 @@ deploy_production_public_npm:
variables:
NPM_PUBLISH_TOKEN: "$INTERNAL_HIDDEN_PUBLISH_TOKEN"
NPM_PACKAGE_NAME: "workerbee"
NPM_PROVENANCE_ENABLE: "1"
NPM_PROVENANCE_ENABLE: "0" # XXX: Temporarly disable as it is not working - we have to find a way to get it working
PACKAGE_TGZ_PATH: "${BUILT_PACKAGE_PATH}"
needs:
- job: lint
......
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