gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: missing npm install for worka


From: gnunet
Subject: [taler-wallet-core] branch master updated: missing npm install for workaround
Date: Thu, 15 Apr 2021 15:26:14 +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 7b87f019 missing npm install for workaround
7b87f019 is described below

commit 7b87f01968bc712ddd4d33d6a9b37a77c6f6a0ad
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Apr 15 10:25:58 2021 -0300

    missing npm install for workaround
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c873a698..c2ecf44d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ deploy-webext:
   script:
     - ./bootstrap
     - ./configure
+    - pnpm i
     - pnpm run -r prepare
     - make webextension
     - 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN" 
@@ -32,6 +33,7 @@ deploy-npm:
     - npm config set 
'//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken' 
${CI_JOB_TOKEN}
     - ./bootstrap
     - ./configure
+    - pnpm i
     - pnpm run -r prepare
     - make publish
 

-- 
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]