mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
fix(zombienet): docker img version to use in merge queues for bridges (#3337)
Fix image tag to use in merge queues tests, currently is failing because is using the wrong tag (e.g https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5224342). Thx!
This commit is contained in:
@@ -7,10 +7,11 @@
|
|||||||
- .kubernetes-env
|
- .kubernetes-env
|
||||||
- .zombienet-refs
|
- .zombienet-refs
|
||||||
rules:
|
rules:
|
||||||
- !reference [.build-refs, rules]
|
# Docker images have different tag in merge queues
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^gh-readonly-queue.*$/
|
- if: $CI_COMMIT_REF_NAME =~ /^gh-readonly-queue.*$/
|
||||||
variables:
|
variables:
|
||||||
DOCKER_IMAGES_VERSION: ${CI_COMMIT_SHORT_SHA}
|
DOCKER_IMAGES_VERSION: ${CI_COMMIT_SHORT_SHA}
|
||||||
|
- !reference [.build-refs, rules]
|
||||||
before_script:
|
before_script:
|
||||||
- echo "Zombienet Tests Config"
|
- echo "Zombienet Tests Config"
|
||||||
- echo "${ZOMBIENET_IMAGE}"
|
- echo "${ZOMBIENET_IMAGE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user