Skip to content

Commit

Permalink
fix(zombienet): docker img version to use in merge queues for bridg…
Browse files Browse the repository at this point in the history
…es (#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!
  • Loading branch information
pepoviola authored Feb 16, 2024
1 parent e84ec9f commit 25988be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab/pipeline/zombienet/bridges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 25988be

Please sign in to comment.