Skip to content

Commit bbdf369

Browse files
authored
Migrate promotion function from GCP (#255)
1 parent 47a72e9 commit bbdf369

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ promote_task:
146146
cpu: 0.5
147147
memory: 500M
148148
env:
149-
#promotion cloud function
150-
GCF_ACCESS_TOKEN: VAULT[development/kv/data/promote data.token]
151-
PROMOTE_URL: VAULT[development/kv/data/promote data.url]
149+
#see https://xtranet-sonarsource.atlassian.net/wiki/spaces/RE/pages/2931064959/Cirrus+CI+-+How+to+migrate+away+of+GCP+promote+function
150+
ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token]
152151
GITHUB_TOKEN: VAULT[development/github/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promotion token]
153152
#artifacts that will have downloadable links in burgr
154153
ARTIFACTS: org.sonarsource.html:sonar-html-plugin:jar

0 commit comments

Comments
 (0)