Skip to content
Snippets Groups Projects
Commit 2c45f15a authored by David Byers's avatar David Byers
Browse files

Fix CI/CD.

parent bdd0af8b
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33291 passed with warnings
......@@ -24,8 +24,7 @@ prepare:
- bash scripts/build.sh --version "$(cat version)"
artifacts:
paths:
- ./build/safelinks-cleaner-thunderbird.xpi
- ./build/safelinks-cleaner-firefox.xpi
- build/**
only:
- master
- beta
......@@ -41,12 +40,12 @@ prepare:
- mkdir -p "$CI_PROJECT_DIR/.cache/npm"
script:
- npm install --global web-ext --cache "$CI_PROJECT_DIR/.cache/npm" --prefer-offline --no-audit
- cd ./build/firefox
- cd build/firefox
- web-ext -a . sign --channel=$CHANNEL
- mv atp_safe_links_cleaner* ../../safelinks-cleaner-firefox.xpi
artifacts:
paths:
- ./build/safelinks-cleaner-firefox.xpi
- safelinks-cleaner-firefox.xpi
when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment