From 2ecdf111b0e9ca5190fbd52bab02555730c07355 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 28 Apr 2017 16:45:59 +0300 Subject: [PATCH] fix path to artefacts --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88dcf4b54..7f4396b3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -66,6 +66,7 @@ linux-snap: only: - snap script: + - rm -rf *snap - cd scripts - snapcraft tags: @@ -73,7 +74,7 @@ linux-snap: - rust-stable artifacts: paths: - - parity_master_amd64.snap + - scripts/parity_master_amd64.snap name: "stable-x86_64-unknown-linux-gnu_parity-snap" allow_failure: true linux-stable-debian: