fix path to artefacts
This commit is contained in:
parent
e9ebb2498b
commit
2ecdf111b0
@ -66,6 +66,7 @@ linux-snap:
|
|||||||
only:
|
only:
|
||||||
- snap
|
- snap
|
||||||
script:
|
script:
|
||||||
|
- rm -rf *snap
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- snapcraft
|
- snapcraft
|
||||||
tags:
|
tags:
|
||||||
@ -73,7 +74,7 @@ linux-snap:
|
|||||||
- rust-stable
|
- rust-stable
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- parity_master_amd64.snap
|
- scripts/parity_master_amd64.snap
|
||||||
name: "stable-x86_64-unknown-linux-gnu_parity-snap"
|
name: "stable-x86_64-unknown-linux-gnu_parity-snap"
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
linux-stable-debian:
|
linux-stable-debian:
|
||||||
|
Loading…
Reference in New Issue
Block a user