Update gitlab-ci

fix darwin md5
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-10-27 23:13:51 +07:00 committed by GitHub
parent bb14eea66c
commit 90aa2fefc2

View File

@ -293,6 +293,7 @@ darwin:
- stable
script:
- cargo build --release --verbose
- rm -rf parity.md5
- md5sum target/release/parity >> parity.md5
- aws configure set aws_access_key_id $s3_key
- aws configure set aws_secret_access_key $s3_secret