fix(ci): typo in app name

This commit is contained in:
Mikołaj Młodzikowski 2023-06-06 14:18:47 +02:00
parent fdcd24847c
commit e8ae085c06
2 changed files with 1 additions and 3 deletions

View File

@ -136,7 +136,7 @@ jobs:
projects_e2e=[${projects_e2e// /,}]
echo PROJECTS_E2E=$projects_e2e >> $GITHUB_ENV
echo PROJECTS=$(echo $projects_e2e | sed 's|-e2e||g') >> $GITHUB_ENV
if [[ $affected =~ *"mutlisig-signer"* ]]; then
if [[ $affected =~ *"multisig-signer"* ]]; then
# tools are only applicable to check previews or deploy from develop to mainnet
if [[ "${{ github.event_name }}" = "pull_request" ]] || [[ "${{ github.ref_name }}" = "develop" ]]; then
preview_tools=$(printf "https://%s.%s.vega.rocks" "tools" "$branch_slug")

View File

@ -3,5 +3,3 @@ NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/vegaprotocol/networks/maste
NX_VEGA_URL=https://api.vega.community/graphql
NX_VEGA_NETWORKS='{"TESTNET":"https://multisig-signer.fairground.wtf","MAINNET":"https://multisig-signer.vega.xyz"}'
NX_VEGA_ENV=MAINNET