We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b44be commit f338e3bCopy full SHA for f338e3b
.cirrus.yml
@@ -247,10 +247,8 @@ promote_task:
247
<<: *LINUX_1_CPU_1G
248
env:
249
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]
251
#artifacts that will have downloadable links in burgr
252
ARTIFACTS: "\
253
org.sonarsource.kotlin:sonar-kotlin-plugin:jar"
- script:
254
- - source cirrus-env PROMOTE
255
- - cirrus_jfrog_promote multi
256
- - burgr-notify-promotion
+ script: cirrus_promote_gradle
0 commit comments