From 13f27549da11f0944021bc4a81a99dfacd10b7d4 Mon Sep 17 00:00:00 2001 From: Vladimir Istyufeev Date: Mon, 12 Dec 2022 19:22:25 +0300 Subject: [PATCH 1/2] Remove the excessive variable declaration --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80b2d6790bfb..589357eb10f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,8 +37,6 @@ variables: DOCKER_OS: "debian:stretch" ARCH: "x86_64" ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.78" - PIPELINE_SCRIPTS_TAG: "v0.4" - default: cache: {} retry: From 5c27041a6b978736317d022485c5fad950ee04fc Mon Sep 17 00:00:00 2001 From: Vladimir Istyufeev Date: Mon, 12 Dec 2022 19:31:07 +0300 Subject: [PATCH 2/2] Return the new line --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 589357eb10f3..01763a13d9c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,7 @@ variables: DOCKER_OS: "debian:stretch" ARCH: "x86_64" ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.78" + default: cache: {} retry: