This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 793c207 Revert debug changes
793c207 is described below
commit 793c20728b55585cd18ac7eb7ae11f3b70feae92
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 11:44:21 2022 +0000
Revert debug changes
[skip ci]
---
www/board/agenda/Rakefile | 7 -------
1 file changed, 7 deletions(-)
diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index bc61cb0..7fd944c 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -52,15 +52,8 @@ task "touch" do
end
file 'package-lock.json' => 'package.json' do
- # Trying to trace cause of npm install fail under GH actions
- puts ENV['PATH']
- sh 'which -a npm || true'
sh 'npm install'
sh 'touch package-lock.json'
- sh 'node -e "e=null;e?.x" || true' # is short-cut evalus supported?
- sh 'npm list vue'
- sh 'type node || true'
- sh 'type nodejs || true'
end
file 'test/work' do