Skip to content

Commit 8423aec

Browse files
authored
CLOUDP-89254: Start publishing on the server 5.0 repos once 5.0 is launched (#744)
1 parent 4136695 commit 8423aec

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

build/ci/evergreen.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,3 +1657,12 @@ buildvariants:
16571657
notary_key_name: "server-4.4"
16581658
tasks:
16591659
- name: .push_stable
1660+
- name: release_publish_50
1661+
display_name: "Publish yum/apt 5.0"
1662+
run_on:
1663+
- rhel70-small
1664+
expansions:
1665+
server_version: "5.0.0"
1666+
notary_key_name: "server-5.0"
1667+
tasks:
1668+
- name: .push_stable

build/package/curator-push.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ case "${NOTARY_KEY_NAME}" in
2727
server-4.6)
2828
export NOTARY_TOKEN=${signing_auth_token_46:?}
2929
;;
30+
server-5.0)
31+
export NOTARY_TOKEN=${signing_auth_token_50:?}
32+
;;
3033
esac
3134

3235
set -Eeou pipefail

0 commit comments

Comments
 (0)