deploy test artifacts to the correct bucket prefix (#3061)
This commit is contained in:
parent
bbb43de955
commit
39632304d3
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ $ErrorActionPreference = "Continue"
|
|||
if ( ${env:BETA} -eq 1 ) {
|
||||
$network_cfg = "beta"
|
||||
}
|
||||
elseif ( ${env:TEST} -eq 1 ) {
|
||||
$network_cfg = "test"
|
||||
}
|
||||
else {
|
||||
$network_cfg = "live"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue