Skip to content

Commit

Permalink
apk doesn't need a 'y'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-jameson committed Dec 19, 2024
1 parent 37e01c1 commit 090aa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/deployment/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
name: Install dependencies
command: |
sudo apk update
sudo apk add -y wget
sudo apk add wget
sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.42.1/yq_linux_amd64 && chmod +x /usr/local/bin/yq
- run:
name: Apply database migrations
Expand Down

0 comments on commit 090aa19

Please sign in to comment.