Skip to content

Commit f338e3b

Browse files
Use bundled promote task
1 parent a7b44be commit f338e3b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.cirrus.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,8 @@ promote_task:
247247
<<: *LINUX_1_CPU_1G
248248
env:
249249
ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token]
250+
GITHUB_TOKEN: VAULT[development/github/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promotion token]
250251
#artifacts that will have downloadable links in burgr
251252
ARTIFACTS: "\
252253
org.sonarsource.kotlin:sonar-kotlin-plugin:jar"
253-
script:
254-
- source cirrus-env PROMOTE
255-
- cirrus_jfrog_promote multi
256-
- burgr-notify-promotion
254+
script: cirrus_promote_gradle

0 commit comments

Comments
 (0)