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
35
35
36
36
echo --- GCS: " install"
37
37
upload-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
+
38
43
echo Published to:
39
44
ci/format-url.sh https://release.jito.wtf/" $CHANNEL_OR_TAG " /install
40
45
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.
121
121
echo --- GCS Store: " $file "
122
122
upload-gcs-artifact " /solana/$file " gs://jito-release/" $CHANNEL_OR_TAG " /" $file "
123
123
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
+
124
128
echo Published to:
125
129
$DRYRUN ci/format-url.sh https://release.jito.wtf/" $CHANNEL_OR_TAG " /" $file "
126
130
You can’t perform that action at this time.
0 commit comments