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

Commit

Permalink
Switch to rust-builder image and install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
s3krit committed Jun 8, 2020
1 parent ccdfc06 commit 9c355bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,13 @@ check-line-width:

publish-draft-release:
stage: test
image: parity/tools:latest
#image: parity/tools:latest
only:
#- tags
#- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ # i.e. v1.0.1, v2.1.0rc1
- /^[0-9]+$/
script:
- apt-get -y update; apt-get -y install jq
- ./scripts/gitlab/publish_draft_release.sh
interruptible: true
allow_failure: true
Expand Down

0 comments on commit 9c355bb

Please sign in to comment.