From 686d82a437d35847aff8d739b5863ec8905c4554 Mon Sep 17 00:00:00 2001 From: Javier Viola <pepoviola@gmail.com> Date: Sat, 18 Dec 2021 10:12:54 -0300 Subject: [PATCH] use v1.0.2 of zombienet (#4553) --- polkadot/.gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 5c9343cdbea..e4dce731e5f 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -27,8 +27,7 @@ variables: CI_IMAGE: "paritytech/ci-linux:production" DOCKER_OS: "debian:stretch" ARCH: "x86_64" - #ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet" - ZOMBIENET_IMAGE: "docker.io/paritypr/zombienet:ec2fa96d" + ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.0.2" VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io" VAULT_AUTH_PATH: "gitlab-parity-io-jwt" VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}" -- GitLab