From 4cc63be4f98e7167e33feb8e070ea0e71764d1d5 Mon Sep 17 00:00:00 2001 From: "m.ray" <16125548+MadalinaRaicu@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:03:45 +0200 Subject: [PATCH] chore(trading): update validator testnet pipelines (#5543) Co-authored-by: Daniel --- tools/ci/define-dist-variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/define-dist-variables.py b/tools/ci/define-dist-variables.py index bacaeb577..19aa5f400 100644 --- a/tools/ci/define-dist-variables.py +++ b/tools/ci/define-dist-variables.py @@ -16,7 +16,7 @@ bucket_name = '' if 'release/' in args.github_ref: if 'mainnet-mirror' in args.github_ref: env_name = 'mainnet-mirror' - if 'validators-testnet' in args.github_ref: + elif 'validators-testnet' in args.github_ref or 'validator-testnet' in args.github_ref: env_name = 'validators-testnet' else: # remove prefixing release/ and take the first string limited by - which is supposed to be name of the environment for releasing (format: release/testnet-trading)