diff options
author | Sebastian <sebasjm@gmail.com> | 2021-04-14 13:23:53 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2021-04-14 13:24:54 -0300 |
commit | 3e705539b90c6e06112cecbf16de8e39b167d4fb (patch) | |
tree | f0c4fb9365f9d68537f00453c2af522e3feedf65 | |
parent | f4b5f3cff8c29b4aab31d1ef0d0cefd32045db63 (diff) |
fix ci
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b7567d3e..c873a6982 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ deploy-webext: script: - ./bootstrap - ./configure + - pnpm run -r prepare - make webextension - '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 @@ -31,6 +32,7 @@ deploy-npm: - npm config set '//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken' ${CI_JOB_TOKEN} - ./bootstrap - ./configure + - pnpm run -r prepare - make publish # after_script: |