ci: clean up gitlab-ci.yml leftovers from previous merge (#10429)
This commit is contained in:
parent
94cb3b6e0e
commit
cfc8df156b
@ -108,7 +108,6 @@ build-windows:
|
||||
publish-docker:
|
||||
stage: publish
|
||||
only: *releaseable_branches
|
||||
# <<: *no_git
|
||||
cache: {}
|
||||
dependencies:
|
||||
- build-linux
|
||||
@ -120,7 +119,6 @@ publish-docker:
|
||||
publish-snap: &publish-snap
|
||||
stage: publish
|
||||
only: *releaseable_branches
|
||||
# <<: *no_git
|
||||
image: snapcore/snapcraft
|
||||
variables:
|
||||
BUILD_ARCH: amd64
|
||||
@ -157,7 +155,6 @@ publish-snap-armhf:
|
||||
publish-onchain:
|
||||
stage: publish
|
||||
only: *releaseable_branches
|
||||
# <<: *no_git
|
||||
cache: {}
|
||||
dependencies:
|
||||
- build-linux
|
||||
@ -197,7 +194,6 @@ publish-awss3-release:
|
||||
|
||||
publish-docs:
|
||||
stage: publish
|
||||
# <<: *no_git
|
||||
only:
|
||||
- tags
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user