fix cache & snapcraft CI build (#8052)

after successful testing it is necessary to port in a ```beta``` and ```stable```
This commit is contained in:
Denis S. Soldatov aka General-Beck 2018-03-05 13:52:18 +03:00 committed by Rando
parent f864f72bb5
commit bbefdec973
1 changed files with 1 additions and 3 deletions

View File

@ -8,12 +8,10 @@ variables:
CARGOFLAGS: "" CARGOFLAGS: ""
CI_SERVER_NAME: "GitLab CI" CI_SERVER_NAME: "GitLab CI"
LIBSSL: "libssl1.0.0 (>=1.0.0)" LIBSSL: "libssl1.0.0 (>=1.0.0)"
CARGO_HOME: $CI_PROJECT_DIR/cargo
cache: cache:
key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME" key: "$CI_BUILD_STAGE-$CI_BUILD_REF_NAME"
paths: paths:
- target/ - target/
- cargo/
untracked: true untracked: true
linux-stable: linux-stable:
stage: build stage: build
@ -132,7 +130,7 @@ linux-aarch64:
name: "aarch64-unknown-linux-gnu_parity" name: "aarch64-unknown-linux-gnu_parity"
linux-snap: linux-snap:
stage: build stage: build
image: snapcore/snapcraft:stable image: parity/snapcraft:gitlab-ci
only: only:
- stable - stable
- beta - beta