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

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

Merged
merged 1 commit into from
Feb 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ build-windows:
publish-docker:
stage: publish
only: *releaseable_branches
# <<: *no_git
cache: {}
dependencies:
- build-linux
Expand All @@ -120,7 +119,6 @@ publish-docker:
publish-snap: &publish-snap
stage: publish
only: *releaseable_branches
# <<: *no_git
image: snapcore/snapcraft
variables:
BUILD_ARCH: amd64
Expand Down Expand Up @@ -157,7 +155,6 @@ publish-snap-armhf:
publish-onchain:
stage: publish
only: *releaseable_branches
# <<: *no_git
cache: {}
dependencies:
- build-linux
Expand Down Expand Up @@ -197,7 +194,6 @@ publish-awss3-release:

publish-docs:
stage: publish
# <<: *no_git
only:
- tags
except:
Expand Down