From f2afedb91b48b6add50e5c8bea85ea942f741552 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Silva=20de=20Souza?= <77391175+joao-paulo-parity@users.noreply.github.com> Date: Tue, 19 Oct 2021 14:53:42 -0300 Subject: [PATCH] remove hardcoded pipeline scripts tag (#4109) the tag will be moved to Gitlab CI/CD variables --- polkadot/.gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index fdf51e1c10..2e620013db 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -31,7 +31,6 @@ variables: 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}" - PIPELINE_SCRIPTS_TAG: "v0.1" default: cache: {}