mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-12-13 01:50:41 +01:00
Travis allow failures for release builds.
This commit is contained in:
parent
dfb28bc129
commit
1bac1478a2
@ -34,6 +34,7 @@ jobs:
|
|||||||
branch: release
|
branch: release
|
||||||
|
|
||||||
- stage: deploy-cargo
|
- stage: deploy-cargo
|
||||||
|
allowallow_failures: true
|
||||||
cache: cargo
|
cache: cargo
|
||||||
script: cd kalk
|
script: cd kalk
|
||||||
if: branch = release
|
if: branch = release
|
||||||
@ -47,6 +48,7 @@ jobs:
|
|||||||
branch: release
|
branch: release
|
||||||
|
|
||||||
- stage: deploy-cli-cargo
|
- stage: deploy-cli-cargo
|
||||||
|
allowallow_failures: true
|
||||||
cache: cargo
|
cache: cargo
|
||||||
script: cd kalk_cli
|
script: cd kalk_cli
|
||||||
if: branch = release
|
if: branch = release
|
||||||
|
Loading…
Reference in New Issue
Block a user