patch beta release pipeline (#10020)

* version: bump beta to 2.2.4

* ci: move future releases to ethereum subdir on s3 (#10017)

* ci: move future releases to ethereum subdir on s3

* ci: redesign s3 bucket logic

* ci: use the releases bucket

* Handle failing case for update account cache in require (#9989)

* state: remove accidently merged test

* state: remove merge leftovers
This commit is contained in:
Afri Schoedon
2018-12-05 16:07:11 +01:00
committed by GitHub
parent 6b0a280685
commit f44d885b6d
5 changed files with 41 additions and 40 deletions

View File

@@ -43,7 +43,7 @@ aws configure set aws_secret_access_key $s3_secret
case "${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}" in
(beta|stable|nightly)
export S3_BUCKET=builds-parity-published;
export S3_BUCKET=releases.parity.io/ethereum;
;;
(*)
export S3_BUCKET=builds-parity;