scripts: do not publish master builds, only nightly, stable, beta
This commit is contained in:
parent
f0accf2cad
commit
23802c3cdd
@ -93,7 +93,7 @@ push_binaries () {
|
|||||||
echo "Push binaries to AWS S3"
|
echo "Push binaries to AWS S3"
|
||||||
aws configure set aws_access_key_id $s3_key
|
aws configure set aws_access_key_id $s3_key
|
||||||
aws configure set aws_secret_access_key $s3_secret
|
aws configure set aws_secret_access_key $s3_secret
|
||||||
if [[ "$CI_BUILD_REF_NAME" = "master" || "$CI_BUILD_REF_NAME" = "beta" || "$CI_BUILD_REF_NAME" = "stable" || "$CI_BUILD_REF_NAME" = "nightly" ]];
|
if [[ "$CI_BUILD_REF_NAME" = "beta" || "$CI_BUILD_REF_NAME" = "stable" || "$CI_BUILD_REF_NAME" = "nightly" ]];
|
||||||
then
|
then
|
||||||
export S3_BUCKET=builds-parity-published;
|
export S3_BUCKET=builds-parity-published;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user