Skip to content

Commit

Permalink
CI: Add jq to Drone.io
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-ac-martin committed Jul 10, 2023
1 parent 5958206 commit 073a849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
pull: if-not-exists
image: node:18-alpine
commands:
- apk add -q --no-cache docker make
- apk add -q --no-cache docker jq make
- echo "$${DOCKER_PASSWORD}" | docker login -u "$${DOCKER_USERNAME}" --password-stdin "$${DOCKER_REGISTRY}"
- npm install -g pnpm@6.32.3
- wget -q "https://storage.googleapis.com/kubernetes-release/release/v$${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -O "/usr/bin/kubectl"
Expand Down

1 comment on commit 073a849

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.