Skip to content

Commit

Permalink
Amend circleci nodejs job
Browse files Browse the repository at this point in the history
Add -y to avoid apt asking for confirmation
  • Loading branch information
rnaveiras committed Nov 14, 2021
1 parent 96b9dbb commit 6b99fe9
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 @@ -17,7 +17,7 @@ jobs:
command: |
curl -sL https://deb.nodesource.com/setup_10.x > setup-node_10.x
chmod +x setup-node_10.x && ./setup-node_10.x
apt install nodejs
apt install -y nodejs npm
npm install -g prettier
- run:
name: Ensure generated CRDs and manifests are up to date
Expand Down

0 comments on commit 6b99fe9

Please sign in to comment.