Skip to content

Commit

Permalink
L flag to follow redirect (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkiessl authored Apr 17, 2024
1 parent 6b31896 commit 60318b3
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 @@ -109,7 +109,7 @@ jobs:
name: "Update Node.js and npm"
command: |
curl -sSL "https://nodejs.org/dist/v16.13.1/node-v16.13.1-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v16.13.1-linux-x64/bin/node
curl https://npmjs.com/install.sh | sudo bash
curl -L https://npmjs.com/install.sh | sudo bash
- run:
name: "Install dependencies for thumbnails"
command: |
Expand Down

0 comments on commit 60318b3

Please sign in to comment.