Browse Source

SONAR-21476 Fix npm registry configuration

tags/9.9.4.87374
Jacek Poreda 3 months ago
parent
commit
b30ba54383
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      .cirrus.yml

+ 3
- 0
.cirrus.yml View File

@@ -8,6 +8,9 @@ env:
ARTIFACTORY_DEPLOY_PASSWORD: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-qa-deployer access_token]
ARTIFACTORY_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-private-reader access_token]
ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token]
#NPM config
NPM_CONFIG_registry: https://repox.jfrog.io/artifactory/api/npm/npm
NPM_CONFIG_//repox.jfrog.io/artifactory/api/npm/:_authToken: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-private-reader access_token]
# download licenses for testing commercial editions
GITHUB_TOKEN: VAULT[development/github/token/licenses-ro token]
# notifications to burgr

Loading…
Cancel
Save