From 7499f545e14d6d02b2345e09db47c477e28e0041 Mon Sep 17 00:00:00 2001 From: Ilia Kebets <104737176+ilia-kebets-sonarsource@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:26:44 +0200 Subject: [PATCH] Remove Burgr related stuff - as we're decomissioning it (#4751) --- .cirrus.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index aea99fc1e8b..e2363215a76 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -11,10 +11,6 @@ env: ARTIFACTORY_DEPLOY_REPO: sonarsource-public-qa ARTIFACTORY_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-private-reader access_token] GITHUB_TOKEN: VAULT[development/github/token/licenses-ro token] - # burgr notification - 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] # Use bash (instead of sh on linux or cmd.exe on windows) CIRRUS_SHELL: bash @@ -358,8 +354,6 @@ promote_task: env: ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token] GITHUB_TOKEN: VAULT[development/github/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promotion token] - #artifacts that will have downloadable links in burgr - ARTIFACTS: org.sonarsource.javascript:sonar-javascript-plugin:jar <<: *MAVEN_CACHE script: cirrus_promote_maven cleanup_before_cache_script: cleanup_maven_repository