ci: clean up gitlab-ci.yml leftovers from previous merge (#10429)

This commit is contained in:
soc1c 2019-02-27 10:47:27 +01:00 committed by Hernando Castano
parent 94cb3b6e0e
commit cfc8df156b
1 changed files with 0 additions and 4 deletions

View File

@ -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: