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 18:03:45 +00:00
committed by GitHub
co-authored by Daniel
parent 9fbb7a13e6
commit 4cc63be4f9
+1 -1
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)