add git as dependency to CI pipeline
All checks were successful
ci/woodpecker/tag/build-and-deploy/3 Pipeline was successful
ci/woodpecker/tag/build-and-deploy/2 Pipeline was successful
ci/woodpecker/tag/build-and-deploy/1 Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2024-07-30 08:57:48 +02:00
parent 146a2800cb
commit 3a0a739fae
Signed by: adoralaura
SSH key fingerprint: SHA256:3XrkbR8ikAZJVtYfaUliX1MhmJYVAe/ocIb/MiDHBJ8

View file

@ -20,7 +20,7 @@ steps:
- APP_NAME=certwarden-deploy - APP_NAME=certwarden-deploy
- FORGE=https://code.lila.network - FORGE=https://code.lila.network
commands: commands:
- apk add --update --no-cache xz curl jq make - apk add --update --no-cache xz curl jq make git
- make build - make build
- cd bin/ - cd bin/
- mv $APP_NAME $APP_NAME-${GOOS}-${GOARCH}${GOARM} - mv $APP_NAME $APP_NAME-${GOOS}-${GOARCH}${GOARM}