From 65c5a1b5acb2a583de1dc8507f39a68add64f895 Mon Sep 17 00:00:00 2001 From: gabriel klawitter Date: Mon, 6 Apr 2020 15:18:02 +0530 Subject: [PATCH] ci: deploy: remove test branch (#975) --- polkadot/.gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 37d25b83fc..7e34cab2ed 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -279,8 +279,6 @@ deploy-polkasync-kusama: variables: POLKADOT_CI_COMMIT_NAME: "${CI_COMMIT_REF_NAME}" POLKADOT_CI_COMMIT_REF: "${CI_COMMIT_REF}" - only: - - ci-testnet-deployment allow_failure: true trigger: "parity/infrastructure/parity-testnet"