From e8ae085c06b4fee3740cd2cea02cc6e484be6202 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20M=C5=82odzikowski?= Date: Tue, 6 Jun 2023 14:18:47 +0200 Subject: [PATCH] fix(ci): typo in app name --- .github/workflows/ci-cd-trigger.yml | 2 +- apps/multisig-signer/.env.mainnet | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd-trigger.yml b/.github/workflows/ci-cd-trigger.yml index 67116dfdf..0d8b17511 100644 --- a/.github/workflows/ci-cd-trigger.yml +++ b/.github/workflows/ci-cd-trigger.yml @@ -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") diff --git a/apps/multisig-signer/.env.mainnet b/apps/multisig-signer/.env.mainnet index 3ee5b5286..3c2646f18 100644 --- a/apps/multisig-signer/.env.mainnet +++ b/apps/multisig-signer/.env.mainnet @@ -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 - -