diff options
author | Benjamin Raymond <31401273+7PH@users.noreply.github.com> | 2023-11-20 15:51:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 15:51:45 +0100 |
commit | 096e7ffe7faf850d17e569672a0a55bab0d4b9c0 (patch) | |
tree | 3816e1cf6d1c58a345651286acbbcb594e2b6ebf | |
parent | 5a8476b77a7a679d8adebdfe69fa4c9fda4a96ff (diff) | |
download | sonar-scanner-cli-096e7ffe7faf850d17e569672a0a55bab0d4b9c0.tar.gz sonar-scanner-cli-096e7ffe7faf850d17e569672a0a55bab0d4b9c0.zip |
SQSCANNER-124 Migrate away from FGC promote function (#163)
-rw-r--r-- | .cirrus.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c7bda9f..946a786 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,10 +13,8 @@ env: ARTIFACTORY_DEPLOY_USERNAME: vault-${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-qa-deployer ARTIFACTORY_DEPLOY_PASSWORD: VAULT[development/artifactory/token/SonarSource-sonar-scanner-cli-qa-deployer access_token] ARTIFACTORY_DEPLOY_REPO: sonarsource-public-qa - - GCF_ACCESS_TOKEN: VAULT[development/kv/data/promote data.token] - PROMOTE_URL: VAULT[development/kv/data/promote data.url] - + ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token] + BURGR_URL: VAULT[development/kv/data/burgr data.url] BURGR_USERNAME: VAULT[development/kv/data/burgr data.cirrus_username] BURGR_PASSWORD: VAULT[development/kv/data/burgr data.cirrus_password] |