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

Commit 9c355bb

Browse files
committed
Switch to rust-builder image and install jq
1 parent ccdfc06 commit 9c355bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,13 @@ check-line-width:
9898

9999
publish-draft-release:
100100
stage: test
101-
image: parity/tools:latest
101+
#image: parity/tools:latest
102102
only:
103103
#- tags
104104
#- /^v[0-9]+\.[0-9]+\.[0-9]+.*$/ # i.e. v1.0.1, v2.1.0rc1
105105
- /^[0-9]+$/
106106
script:
107+
- apt-get -y update; apt-get -y install jq
107108
- ./scripts/gitlab/publish_draft_release.sh
108109
interruptible: true
109110
allow_failure: true

0 commit comments

Comments
 (0)