Update gitlab-ci

add allow_failure: true to armv7
This commit is contained in:
Denis S. Soldatov aka General-Beck 2016-09-08 00:26:18 +07:00 committed by GitHub
parent 1c4f5b98a5
commit a2f475986f
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ linux-armv7:
paths:
- target/armv7-unknown-linux-gnueabihf/release/parity
name: "${CI_BUILD_NAME}_parity"
allow_failure: true
linux-arm:
stage: build
image: ethcore/rust-arm:latest