Update gitlab-ci

[ci skip]
rename x86_64-unknown-centos-gnu
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-09-24 00:11:23 +07:00 committed by GitHub
parent 4d2d1eac1f
commit e2b81bc08d

View File

@ -104,14 +104,14 @@ linux-centos:
- strip target/release/parity
- aws configure set aws_access_key_id $s3_key
- aws configure set aws_secret_access_key $s3_secret
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-centos-linux-gnu/parity --body target/release/parity
- aws s3api put-object --bucket builds-parity --key $CI_BUILD_REF_NAME/x86_64-unknown-centos-gnu/parity --body target/release/parity
tags:
- rust
- rust-centos
artifacts:
paths:
- target/release/parity
name: "centos-x86_64-unknown-linux-gnu_parity"
name: "x86_64-unknown-centos-gnu_parity"
linux-armv7:
stage: build
image: ethcore/rust-armv7:latest