From f6054dd925f0ecdaa71ab2fd6d4fa2468ea62374 Mon Sep 17 00:00:00 2001 From: Raul Glogovetan Date: Thu, 14 Oct 2021 15:38:16 +0300 Subject: [PATCH] Fix: rename deploy xdai qa workflow --- .github/workflows/deployGoerli.yaml | 2 -- .github/workflows/deployXdai.yaml | 4 +--- .github/workflows/deployXdaiQA.yaml | 2 -- .github/workflows/triggerDeployGoerli.yml | 4 +--- .github/workflows/triggerDeployXdai.yml | 4 +--- .github/workflows/triggerDeployXdaiQA.yml | 4 +--- 6 files changed, 4 insertions(+), 16 deletions(-) diff --git a/.github/workflows/deployGoerli.yaml b/.github/workflows/deployGoerli.yaml index 75514ef..ed913c8 100644 --- a/.github/workflows/deployGoerli.yaml +++ b/.github/workflows/deployGoerli.yaml @@ -22,8 +22,6 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm upgrade run: npm i -g npm@8 --registry=https://registry.npmjs.org - env: - NPM_CONFIG_PREFIX: "~/.npm-global" - name: Install needed dependencies run: npm ci - name: Patch subgraph for bad domains diff --git a/.github/workflows/deployXdai.yaml b/.github/workflows/deployXdai.yaml index ef7754e..6c92142 100644 --- a/.github/workflows/deployXdai.yaml +++ b/.github/workflows/deployXdai.yaml @@ -1,4 +1,4 @@ -name: Deploy Xdai QA +name: Deploy Xdai on: repository_dispatch: @@ -22,8 +22,6 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm upgrade run: npm i -g npm@8 --registry=https://registry.npmjs.org - env: - NPM_CONFIG_PREFIX: "~/.npm-global" - name: Install needed dependencies run: npm ci - name: Patch subgraph for bad domains diff --git a/.github/workflows/deployXdaiQA.yaml b/.github/workflows/deployXdaiQA.yaml index 18a6827..7e32ea0 100644 --- a/.github/workflows/deployXdaiQA.yaml +++ b/.github/workflows/deployXdaiQA.yaml @@ -22,8 +22,6 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm upgrade run: npm i -g npm@8 --registry=https://registry.npmjs.org - env: - NPM_CONFIG_PREFIX: "~/.npm-global" - name: Install needed dependencies run: npm ci - name: Patch subgraph for bad domains diff --git a/.github/workflows/triggerDeployGoerli.yml b/.github/workflows/triggerDeployGoerli.yml index 3e0e728..4332b32 100644 --- a/.github/workflows/triggerDeployGoerli.yml +++ b/.github/workflows/triggerDeployGoerli.yml @@ -1,4 +1,4 @@ -name: Prepare deploy goerli +name: Prepare Goerli Deployment on: repository_dispatch: types: [trigger-deploy-goerli] @@ -21,8 +21,6 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm upgrade run: npm i -g npm@8 --registry=https://registry.npmjs.org - env: - NPM_CONFIG_PREFIX: "~/.npm-global" - name: Install dependencies run: npm ci - name: Checkout frontend repository diff --git a/.github/workflows/triggerDeployXdai.yml b/.github/workflows/triggerDeployXdai.yml index 9f094c3..e5ca575 100644 --- a/.github/workflows/triggerDeployXdai.yml +++ b/.github/workflows/triggerDeployXdai.yml @@ -1,4 +1,4 @@ -name: Prepare deploy goerli +name: Prepare Xdai Deployment on: repository_dispatch: types: [trigger-deploy-xdai] @@ -21,8 +21,6 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm upgrade run: npm i -g npm@8 --registry=https://registry.npmjs.org - env: - NPM_CONFIG_PREFIX: "~/.npm-global" - name: Install dependencies run: npm ci - name: Checkout frontend repository diff --git a/.github/workflows/triggerDeployXdaiQA.yml b/.github/workflows/triggerDeployXdaiQA.yml index ca2654c..1c50549 100644 --- a/.github/workflows/triggerDeployXdaiQA.yml +++ b/.github/workflows/triggerDeployXdaiQA.yml @@ -1,4 +1,4 @@ -name: Prepare deploy goerli +name: Prepare Xdai QA Deployment on: repository_dispatch: types: [trigger-deploy-xdai-qa] @@ -21,8 +21,6 @@ jobs: node-version: ${{ matrix.node-version }} - name: npm upgrade run: npm i -g npm@8 --registry=https://registry.npmjs.org - env: - NPM_CONFIG_PREFIX: "~/.npm-global" - name: Install dependencies run: npm ci - name: Checkout frontend repository