mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
[ci] Remove unused jobs (#2502)
<del>PR custom review is deprecated. Now `review-bot` performs these functions.</del> PR removes unused ci jobs and adjusts zombienet jobs for merge queues cc @Bullrich
This commit is contained in:
committed by
GitHub
parent
fc749fa7a0
commit
2bdf5dca67
@@ -71,8 +71,7 @@ publish-rustdoc:
|
||||
IMAGE_NAME: "" # docker.io/paritypr/image_name
|
||||
script:
|
||||
# Dockertag should differ in a merge queue
|
||||
# TODO: test this
|
||||
# - if [[ $CI_COMMIT_REF_NAME == *"gh-readonly-queue"* ]]; export DOCKER_IMAGES_VERSION="${CI_COMMIT_SHORT_SHA}"; fi
|
||||
- if [[ $CI_COMMIT_REF_NAME == *"gh-readonly-queue"* ]]; then export DOCKER_IMAGES_VERSION="${CI_COMMIT_SHORT_SHA}"; fi
|
||||
- $BUILDAH_COMMAND build
|
||||
--format=docker
|
||||
--build-arg VCS_REF="${CI_COMMIT_SHA}"
|
||||
|
||||
Reference in New Issue
Block a user