* Revert "CI aws git checkout (#10451)"
This reverts commit 3e1d73126c.
* Update .gitlab-ci.yml
revert aws script with small fixes
* Delete publish-aws.sh
This commit is contained in:
committed by
GitHub
parent
91933d857d
commit
742a6007fe
@@ -1,18 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e # fail on any error
|
||||
set -u # treat unset variables as error
|
||||
|
||||
echo "__________Push binaries to AWS S3____________"
|
||||
case "${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}" in
|
||||
(beta|stable|nightly)
|
||||
BUCKET=releases.parity.io/ethereum;
|
||||
;;
|
||||
(*)
|
||||
BUCKET=builds-parity;
|
||||
;;
|
||||
esac
|
||||
aws s3 sync ./artifacts s3://${BUCKET}/${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}/
|
||||
echo "__________Read from S3____________"
|
||||
aws s3 ls s3://${BUCKET}/${SCHEDULE_TAG:-${CI_COMMIT_REF_NAME}}/
|
||||
--recursive --human-readable --summarize
|
||||
Reference in New Issue
Block a user