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

View File

@ -108,7 +108,6 @@ build-windows:
publish-docker: publish-docker:
stage: publish stage: publish
only: *releaseable_branches only: *releaseable_branches
# <<: *no_git
cache: {} cache: {}
dependencies: dependencies:
- build-linux - build-linux
@ -120,7 +119,6 @@ publish-docker:
publish-snap: &publish-snap publish-snap: &publish-snap
stage: publish stage: publish
only: *releaseable_branches only: *releaseable_branches
# <<: *no_git
image: snapcore/snapcraft image: snapcore/snapcraft
variables: variables:
BUILD_ARCH: amd64 BUILD_ARCH: amd64
@ -157,7 +155,6 @@ publish-snap-armhf:
publish-onchain: publish-onchain:
stage: publish stage: publish
only: *releaseable_branches only: *releaseable_branches
# <<: *no_git
cache: {} cache: {}
dependencies: dependencies:
- build-linux - build-linux
@ -197,7 +194,6 @@ publish-awss3-release:
publish-docs: publish-docs:
stage: publish stage: publish
# <<: *no_git
only: only:
- tags - tags
except: except: