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

Commit 8099efc

Browse files
General-Beck5chdn
authored andcommitted
remove master from releasable branches (#9655)
* remove master from releasable branches need backporting in beta fix https://gitlab.parity.io/parity/parity-ethereum/-/jobs/101065 etc * add except for snap packages for master
1 parent 0eee5da commit 8099efc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ build-windows-msvc-x86_64:
176176
package-linux-snap-amd64: &package_snap
177177
stage: package
178178
only: *releaseable_branches
179+
except:
180+
- master
179181
image: parity/snapcraft:gitlab-ci
180182
cache: {}
181183
before_script: *determine_version

0 commit comments

Comments
 (0)