You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/03/07 17:10:30 UTC

[incubator-streampipes] branch dev updated: Clean NPM cache in workflow file

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new e1636a7  Clean NPM cache in workflow file
     new c276f20  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
e1636a7 is described below

commit e1636a70a48e786954c87bed8974bf66df101ee2
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Mar 7 18:09:47 2020 +0100

    Clean NPM cache in workflow file
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f76b44b..a087fae 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -97,8 +97,8 @@ jobs:
       - name: Build UI
         working-directory: ./ui
         run: |
-          NODE_PATH=/cache/node_modules
           NODE_OPTIONS=--max_old_space_size=6096
+          npm cache clean
           npm install --unsafe-perm
           npm run build
       - name: Build and Push Docker UI Image