Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
release script fixes
  • Loading branch information
gnunicorn committed Feb 24, 2020
commit 137698161790bd6b931f40a867e417b6f38ff74a
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,10 @@ publish-draft-release:

publish-to-crates-io:
stage: publish
image: parity/tools:latest
<<: *docker-env
dependencies:
- build-linux-substrate
- test-dependency-rules
# FIXME disabled for testing
# only:
# - tags
Expand Down