Skip to content

Commit

Permalink
Remove manual installation of npm when caching assets
Browse files Browse the repository at this point in the history
This was only required for bootstrapping the switch to using npm. Now
the container image we use for the CI has been rebuilt and contains the
npm package.

Related ticket: https://progress.opensuse.org/issues/153427
  • Loading branch information
Martchus committed Feb 13, 2024
1 parent 22c1d75 commit 6f805ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- restore_cache: *restore_npm_cache
- run:
name: "Install npm dependencies"
command: sudo zypper -n in npm && npm install
command: npm install
- save_cache: *save_npm_cache

checkstyle: &test-template
Expand Down

0 comments on commit 6f805ca

Please sign in to comment.