mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
Don't allow nightly runs to fail
This commit is contained in:
parent
c89270969c
commit
0e23ed73e6
@ -23,7 +23,6 @@ ostree-sys_nightly:
|
||||
image: rustlang/rust:nightly
|
||||
script:
|
||||
- cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
|
||||
allow_failure: true
|
||||
|
||||
publish_ostree-sys:
|
||||
stage: publish
|
||||
@ -42,7 +41,6 @@ ostree_nightly:
|
||||
image: rustlang/rust:nightly
|
||||
script:
|
||||
- cargo test --verbose --features "v2018_9" #--all-features
|
||||
allow_failure: true
|
||||
|
||||
publish_ostree:
|
||||
stage: publish
|
||||
|
Loading…
Reference in New Issue
Block a user