Skip to content
Snippets Groups Projects
Verified Commit 26e0605f authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

ci: fix yarnrc for ci

parent a0531ec7
No related branches found
No related tags found
1 merge request!9[CI] add release and publish pipeline
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -122,6 +122,8 @@ release_job:
# === Job: Deploy
# Description: this job creates publishes the package to the gitlab package registry
# === Variables ===
# NPM_AUTH_TOKEN: a deploy token with read_package_registry and write_package_registry scopes
deploy:
stage: deploy
needs: ["proxy"]
......
nodeLinker: node-modules
npmPublishRegistry: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/projects/${CI_PROJECT_ID:-105}/packages/npm/"
npmScopes:
d-ptb:
npmPublishRegistry: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/projects/${CI_PROJECT_ID:-105}/packages/npm/"
npmRegistryServer: "${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/packages/npm/"
npmRegistries:
"${CI_API_V4_URL:-https://gitlab1.ptb.de/api/v4}/projects/${CI_PROJECT_ID:-105}/packages/npm/":
npmAlwaysAuth: true
npmAuthToken: "${NPM_AUTH_TOKEN:-}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment