v0.3: Extension #3

Merged
niklas merged 16 commits from develop into master 2020-04-25 20:38:57 +00:00
Showing only changes of commit 3fa751367c - Show all commits

View File

@ -7,8 +7,12 @@ steps:
commands: commands:
- npm install - npm install
- npm run buildProd - npm run buildProd
- mkdir build - npm run ext:sign
- tar -czvf build/bundle.tar.gz dist environment:
WEB_EXT_API_KEY:
from_secret: WEB_EXT_API_KEY
WEB_EXT_API_SECRET:
from_secret: WEB_EXT_API_SECRET
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
@ -17,7 +21,7 @@ steps:
from_secret: GITEA_API_KEY from_secret: GITEA_API_KEY
base_url: https://git.kapelle.org base_url: https://git.kapelle.org
files: files:
- build/* - web-ext-artifacts/*
checksum: checksum:
- md5 - md5
- sha1 - sha1