From 714dab3150da521696d69c8eccae4b51282554fe Mon Sep 17 00:00:00 2001 From: Daniel Karski Date: Wed, 10 Jul 2024 14:26:35 +0200 Subject: [PATCH] [CP-XXX] Skip sign for windows (#1966) --- .github/workflows/nexus-development.yml | 8 ++++---- .github/workflows/nexus-feature-branch.yml | 8 ++++---- .github/workflows/nexus-mass-update.yml | 8 ++++---- .github/workflows/nexus-mock-development.yml | 8 ++++---- .github/workflows/nexus-mock-pre-production.yml | 8 ++++---- .github/workflows/nexus-mock-production.yml | 8 ++++---- .github/workflows/nexus-pre-production-latest.yml | 8 ++++---- .github/workflows/nexus-pre-production.yml | 8 ++++---- .github/workflows/nexus-production-with-os-rc.yml | 8 ++++---- .github/workflows/nexus-production.yml | 8 ++++---- 10 files changed, 40 insertions(+), 40 deletions(-) diff --git a/.github/workflows/nexus-development.yml b/.github/workflows/nexus-development.yml index 3e54f93be0..9ad74baf69 100644 --- a/.github/workflows/nexus-development.yml +++ b/.github/workflows/nexus-development.yml @@ -128,10 +128,10 @@ jobs: } | Set-Content -Path 'apps/mudita-center/package.json' - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-feature-branch.yml b/.github/workflows/nexus-feature-branch.yml index b91715cd9e..224e482a63 100644 --- a/.github/workflows/nexus-feature-branch.yml +++ b/.github/workflows/nexus-feature-branch.yml @@ -128,10 +128,10 @@ jobs: } | Set-Content -Path 'apps/mudita-center/package.json' - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-mass-update.yml b/.github/workflows/nexus-mass-update.yml index c925b125bd..d5b89e3a00 100644 --- a/.github/workflows/nexus-mass-update.yml +++ b/.github/workflows/nexus-mass-update.yml @@ -130,10 +130,10 @@ jobs: } | Set-Content -Path 'apps/mudita-center/package.json' - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-mock-development.yml b/.github/workflows/nexus-mock-development.yml index 893eedabee..dcfb923f8b 100644 --- a/.github/workflows/nexus-mock-development.yml +++ b/.github/workflows/nexus-mock-development.yml @@ -131,10 +131,10 @@ jobs: } | Set-Content -Path 'apps/mudita-center/package.json' - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-mock-pre-production.yml b/.github/workflows/nexus-mock-pre-production.yml index 36c520ff7a..d32697c93a 100644 --- a/.github/workflows/nexus-mock-pre-production.yml +++ b/.github/workflows/nexus-mock-pre-production.yml @@ -100,10 +100,10 @@ jobs: } | Set-Content -Path 'apps/mudita-center/package.json' - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-mock-production.yml b/.github/workflows/nexus-mock-production.yml index 3997f513cb..febb639529 100644 --- a/.github/workflows/nexus-mock-production.yml +++ b/.github/workflows/nexus-mock-production.yml @@ -100,10 +100,10 @@ jobs: } | Set-Content -Path 'apps/mudita-center/package.json' - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-pre-production-latest.yml b/.github/workflows/nexus-pre-production-latest.yml index 37eb94517f..1a960e842a 100644 --- a/.github/workflows/nexus-pre-production-latest.yml +++ b/.github/workflows/nexus-pre-production-latest.yml @@ -153,10 +153,10 @@ jobs: } | Set-Content -Path 'apps/mudita-center/package.json' - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-pre-production.yml b/.github/workflows/nexus-pre-production.yml index e804d4a768..2edea49b76 100644 --- a/.github/workflows/nexus-pre-production.yml +++ b/.github/workflows/nexus-pre-production.yml @@ -78,10 +78,10 @@ jobs: printenv > .env - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-production-with-os-rc.yml b/.github/workflows/nexus-production-with-os-rc.yml index a3a963cef8..8512e2a224 100644 --- a/.github/workflows/nexus-production-with-os-rc.yml +++ b/.github/workflows/nexus-production-with-os-rc.yml @@ -130,10 +130,10 @@ jobs: } | Set-Content -Path 'apps/mudita-center/package.json' - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: | diff --git a/.github/workflows/nexus-production.yml b/.github/workflows/nexus-production.yml index 3550fe121d..bac9443461 100644 --- a/.github/workflows/nexus-production.yml +++ b/.github/workflows/nexus-production.yml @@ -78,10 +78,10 @@ jobs: printenv > .env - name: Setup depedencies run: npm run setup - - name: Copy electron-builder environment file for Windows - if: matrix.os == 'Windows' - run: | - copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env +# - name: Copy electron-builder environment file for Windows +# if: matrix.os == 'Windows' +# run: | +# copy C:\actions-runner\envs\electron-builder.env apps/mudita-center/electron-builder.env - name: Copy electron-builder environment file for Linux/Mac if: matrix.os != 'Windows' run: |