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
This commit is contained in:
parent
3216b143c2
commit
c69c3a9a46
@ -226,6 +226,8 @@ build-windows-msvc-x86_64:
|
||||
package-linux-snap-amd64: &package_snap
|
||||
stage: package
|
||||
only: *releaseable_branches
|
||||
except:
|
||||
- master
|
||||
image: parity/snapcraft:gitlab-ci
|
||||
cache: {}
|
||||
before_script: *determine_version
|
||||
|
Loading…
Reference in New Issue
Block a user