add git as dependency to CI pipeline
This commit is contained in:
parent
146a2800cb
commit
3a0a739fae
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ steps:
|
|||
- APP_NAME=certwarden-deploy
|
||||
- FORGE=https://code.lila.network
|
||||
commands:
|
||||
- apk add --update --no-cache xz curl jq make
|
||||
- apk add --update --no-cache xz curl jq make git
|
||||
- make build
|
||||
- cd bin/
|
||||
- mv $APP_NAME $APP_NAME-${GOOS}-${GOARCH}${GOARM}
|
||||
|
|
Loading…
Reference in a new issue