Skip to content
Snippets Groups Projects
Verified Commit 2b55a063 authored by Jonas Leder's avatar Jonas Leder
Browse files

build unsigned release on every branch

parent 59cd09f3
No related branches found
No related tags found
No related merge requests found
Pipeline #8425 failed
build-firefox-extension: build-firefox-extension-signed:
image: node:lts image: node:lts
before_script: before_script:
- yarn global add web-ext - yarn global add web-ext
script: script:
- yarn install - yarn install
- yarn build - yarn build-src
- yarn web-ext sign --api-key=${MOZ_API_KEY} --api-secret=${MOZ_API_SECRET} --id=${MOZ_GECKO_ID} -s src/ - yarn web-ext sign --api-key=${MOZ_API_KEY} --api-secret=${MOZ_API_SECRET} --id=${MOZ_GECKO_ID} -s src/
- mv web-ext-artifacts/*.xpi ./url-shorter-xpi - mv web-ext-artifacts/*.xpi ./url-shorter-xpi
- mv web-ext-artifacts/*.zip ./url-shorter-zip
artifacts: artifacts:
paths: paths:
- public/url-shorter-xpi - public/url-shorter-xpi
- public/url-shorter-zip
only: only:
- master - master
\ No newline at end of file
build-firefox-extension-unsigned:
image: node:lts
before_script:
- yarn global add web-ext
script:
- yarn install
- yarn build
- mv web-ext-artifacts/*.zip ./url-shorter-zip
artifacts:
paths:
- public/url-shorter-zip
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment