From e989e2f12c510b0911c68d9f51af79703086e03f Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 28 Apr 2017 15:16:40 +0300 Subject: [PATCH] add artifacts for snap --- .gitlab-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebd8cd900..55e1e51de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,21 +62,20 @@ linux-stable: name: "stable-x86_64-unknown-linux-gnu_parity" linux-snap: stage: build - image: ubuntu:latest + image: ethcore/snapcraft:latest only: - snap - before_script: - - apt install snapcraft script: - - git submodule update --init --recursive - cd scripts - snapcraft - - sudo snap install *.snap --dangerous - - parity -v tags: - rust - rust-stable + artifacts: + paths: + - parity*.snap allow_failure: true + name: "stable-x86_64-unknown-linux-gnu_parity-snap" linux-stable-debian: stage: build image: ethcore/rust-debian:latest