From fa05b5eb3a37d1403f65e4dc03dad2204d772073 Mon Sep 17 00:00:00 2001
From: Vlad <vladimir@parity.io>
Date: Mon, 12 Dec 2022 20:25:53 +0300
Subject: [PATCH] CI: Remove the excessive variable declaration (#6426)

---
 polkadot/.gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml
index 80b2d6790bf..01763a13d9c 100644
--- a/polkadot/.gitlab-ci.yml
+++ b/polkadot/.gitlab-ci.yml
@@ -37,7 +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:                           {}
-- 
GitLab