Skip to content

Commit

Permalink
ci: clean up gitlab-ci.yml leftovers from previous merge (openethereu…
Browse files Browse the repository at this point in the history
  • Loading branch information
soc1c authored and HCastano committed Feb 27, 2019
1 parent 600d791 commit 778ee96
Showing 1 changed file with 0 additions and 4 deletions.
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

0 comments on commit 778ee96

Please sign in to comment.