Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
from_secret: doppler_token
commands:
- test -n "$${DOPPLER_TOKEN}" || (echo "DOPPLER_TOKEN is required" && exit 1)
- apk add --no-cache bash curl openssh-client rsync git github-cli
- apk add --no-cache bash curl gnupg openssh-client rsync git github-cli
- curl -Ls https://cli.doppler.com/install.sh | sh
- |
TAG="$${CI_COMMIT_TAG:-$${CI_COMMIT_REF##refs/tags/}}"
Expand All @@ -48,7 +48,7 @@ steps:
from_secret: doppler_token
commands:
- test -n "$${DOPPLER_TOKEN}" || (echo "DOPPLER_TOKEN is required" && exit 1)
- apk add --no-cache bash curl tar github-cli
- apk add --no-cache bash curl gnupg tar github-cli
- curl -Ls https://cli.doppler.com/install.sh | sh
- |
TAG="$${CI_COMMIT_TAG:-$${CI_COMMIT_REF##refs/tags/}}"
Expand Down
Loading