chore(trading): update validator testnet pipelines (#5543)

Co-authored-by: Daniel <daniel.1302@gmail.com>
This commit is contained in:
m.ray 2023-12-22 20:03:45 +02:00 committed by GitHub
parent 9fbb7a13e6
commit 4cc63be4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)