Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Dubenko <[email protected]>
  • Loading branch information
sniok committed Sep 18, 2024
1 parent 0ca7382 commit 0977a49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/headlamp-plugin/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ for i in * ; do
if [ -d "$i" ]; then
cd "$i"
npm install
cat package-lock.json
ls node_modules/
cd ..
fi
done

0 comments on commit 0977a49

Please sign in to comment.