Skip to content

Commit

Permalink
Use bundled promote task (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
irina-batinic-sonarsource authored Jul 4, 2024
1 parent 76383d0 commit 9286a8a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,11 @@ promote_task:
<<: *ONLY_SONARSOURCE_QA
eks_container:
<<: *CONTAINER_DEFINITION_17
cpu: 0.5
memory: 500M
cpu: 1
memory: 2G
env:
ARTIFACTORY_PROMOTE_ACCESS_TOKEN: VAULT[development/artifactory/token/${CIRRUS_REPO_OWNER}-${CIRRUS_REPO_NAME}-promoter access_token]
script:
- source cirrus-env PROMOTE
- cirrus_jfrog_promote multi
- burgr-notify-promotion
script: cirrus_promote_gradle

release_to_plugin_portal_task:
only_if: $CIRRUS_PRERELEASE != "true" && $CIRRUS_RELEASE != ""
Expand Down

0 comments on commit 9286a8a

Please sign in to comment.