File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ cat install/agave-install-init.sh >>release.jito.wtf-install
3535
3636echo --- GCS: " install"
3737upload-gcs-artifact " /solana/release.jito.wtf-install" " gs://jito-release/$CHANNEL_OR_TAG /install"
38+
39+ # Jito added - releases need to support S3
40+ echo --- AWS S3 Store: " install"
41+ upload-s3-artifact " /solana/release.jito.wtf-install" " s3://release.jito.wtf/$CHANNEL_OR_TAG /install"
42+
3843echo Published to:
3944ci/format-url.sh https://release.jito.wtf/" $CHANNEL_OR_TAG " /install
4045
Original file line number Diff line number Diff line change @@ -121,6 +121,10 @@ for file in "${TARBALL_BASENAME}"-$TARGET.tar.bz2 "${TARBALL_BASENAME}"-$TARGET.
121121 echo --- GCS Store: " $file "
122122 upload-gcs-artifact " /solana/$file " gs://jito-release/" $CHANNEL_OR_TAG " /" $file "
123123
124+ # Jito added - releases need to support S3
125+ echo --- AWS S3 Store: " $file "
126+ upload-s3-artifact " /solana/$file " s3://release.jito.wtf/" $CHANNEL_OR_TAG " /" $file "
127+
124128 echo Published to:
125129 $DRYRUN ci/format-url.sh https://release.jito.wtf/" $CHANNEL_OR_TAG " /" $file "
126130
You can’t perform that action at this time.
0 commit comments