Update gitlab-ci
add allow_failure: true to armv7
This commit is contained in:
parent
1c4f5b98a5
commit
a2f475986f
@ -111,6 +111,7 @@ linux-armv7:
|
|||||||
paths:
|
paths:
|
||||||
- target/armv7-unknown-linux-gnueabihf/release/parity
|
- target/armv7-unknown-linux-gnueabihf/release/parity
|
||||||
name: "${CI_BUILD_NAME}_parity"
|
name: "${CI_BUILD_NAME}_parity"
|
||||||
|
allow_failure: true
|
||||||
linux-arm:
|
linux-arm:
|
||||||
stage: build
|
stage: build
|
||||||
image: ethcore/rust-arm:latest
|
image: ethcore/rust-arm:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user