not generate code source in CI

This commit is contained in:
Son NK
2024-04-11 23:10:29 +02:00
parent ed539436e0
commit 04eca2baaa
2 changed files with 30 additions and 15 deletions
-15
View File
@@ -146,14 +146,6 @@ jobs:
# dist-zip/simplelogin-extension-beta-firefox-v... can be submitted to firefox
SUFFIX=firefox npm run build-zip
# create the code source for firefox reviewer
rm -rf code-for-reviewer && mkdir code-for-reviewer
# copy the minimum files
cp -r src LICENSE CHANGELOG scripts package.json package-lock.json webpack.config.js .dev.sample.json .babelrc code-for-reviewer
# override the readme
cp reviewers/firefox-beta.md code-for-reviewer/README.md
- name: Build production version for Firefox
if: matrix.variant == 'beta-firefox'
shell: bash
@@ -164,13 +156,6 @@ jobs:
# dist-zip/simplelogin-extension-beta-firefox-v... can be submitted to firefox
SUFFIX=firefox npm run build-zip
# create the code source for firefox reviewer
rm -rf code-for-reviewer && mkdir code-for-reviewer
# copy the minimum files
cp -r src LICENSE CHANGELOG scripts package.json package-lock.json webpack.config.js .dev.sample.json .babelrc code-for-reviewer
# override the readme
cp reviewers/firefox.md code-for-reviewer/README.md
- name: Build production version for Chromium
if: matrix.variant == 'full'
shell: bash