Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

add snapcraft package image (master) #9584

Merged
merged 1 commit into from
Sep 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ build-windows-msvc-x86_64:
package-linux-snap-amd64: &package_snap
stage: package
only: *releaseable_branches
image: parity/snapcraft:gitlab-ci
cache: {}
before_script: *determine_version
variables:
Expand Down Expand Up @@ -267,7 +268,7 @@ package-linux-snap-armhf:
publish-linux-snap-amd64: &publish_snap
stage: publish
only: *publishable_branches
image: snapcore/snapcraft:stable
image: parity/snapcraft:gitlab-ci
cache: {}
before_script: *determine_version
variables:
Expand Down