diff options
author | Pierre Guillot <pierre.guillot@sonarsource.com> | 2024-07-31 09:53:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 09:53:31 +0200 |
commit | 82641a75addf8e4e00baaf834412633c0a02046b (patch) | |
tree | e7233553042e96ed90b0bfb0cf12bc2aeb414cc6 | |
parent | fa7bb7f8bdc68ca558026ea041dec44c621db500 (diff) | |
download | sonar-scanner-cli-pierre/SCANCLI-152-remove-burgr-env-variables.tar.gz sonar-scanner-cli-pierre/SCANCLI-152-remove-burgr-env-variables.zip |
SCANCLI-152 remove Burgr Env variablespierre/SCANCLI-152-remove-burgr-env-variables
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index e452439..e21d461 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -15,10 +15,6 @@ env: ARTIFACTORY_DEPLOY_REPO: sonarsource-public-qa 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] - ### Project variables DEPLOY_PULL_REQUEST: true ARTIFACTS: org.sonarsource.scanner.cli:sonar-scanner-cli:jar |