Skip to content
Snippets Groups Projects
Unverified Commit 25988bed authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

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!
parent e84ec9f2
Branches
No related merge requests found
Pipeline #445813 passed with warnings with stages
in 31 minutes and 38 seconds
......@@ -7,10 +7,11 @@
- .kubernetes-env
- .zombienet-refs
rules:
- !reference [.build-refs, rules]
# Docker images have different tag in merge queues
- if: $CI_COMMIT_REF_NAME =~ /^gh-readonly-queue.*$/
variables:
DOCKER_IMAGES_VERSION: ${CI_COMMIT_SHORT_SHA}
- !reference [.build-refs, rules]
before_script:
- echo "Zombienet Tests Config"
- echo "${ZOMBIENET_IMAGE}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment