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

add ci script

parent 957776e7
No related branches found
No related tags found
No related merge requests found
build-firefox-extension:
image: node:lts
before_script:
- yarn global add web-ext
script:
- yarn install
- yarn build
- yarn web-ext sign --api-key=${MOZ_API_KEY} --api-secret=${MOZ_API_SECRET} --id=${MOZ_GECKO_ID} -s src/
\ 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