gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix ci


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix ci
Date: Wed, 14 Apr 2021 18:25:20 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 3e705539 fix ci
3e705539 is described below

commit 3e705539b90c6e06112cecbf16de8e39b167d4fb
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Apr 14 13:23:53 2021 -0300

    fix ci
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b7567d3..c873a698 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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]