fix ci
This commit is contained in:
parent
f4b5f3cff8
commit
3e705539b9
@ -19,6 +19,7 @@ deploy-webext:
|
|||||||
script:
|
script:
|
||||||
- ./bootstrap
|
- ./bootstrap
|
||||||
- ./configure
|
- ./configure
|
||||||
|
- pnpm run -r prepare
|
||||||
- make webextension
|
- make webextension
|
||||||
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN"
|
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN"
|
||||||
--upload-file packages/taler-wallet-webextension/extension/taler-wallet-webextension-$(jq -r .version packages/taler-wallet-webextension/manifest.json).zip
|
--upload-file packages/taler-wallet-webextension/extension/taler-wallet-webextension-$(jq -r .version packages/taler-wallet-webextension/manifest.json).zip
|
||||||
@ -31,6 +32,7 @@ deploy-npm:
|
|||||||
- npm config set '//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken' ${CI_JOB_TOKEN}
|
- npm config set '//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken' ${CI_JOB_TOKEN}
|
||||||
- ./bootstrap
|
- ./bootstrap
|
||||||
- ./configure
|
- ./configure
|
||||||
|
- pnpm run -r prepare
|
||||||
- make publish
|
- make publish
|
||||||
|
|
||||||
# after_script:
|
# after_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user