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
|
- 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}
|
||||||
|
|
Loading…
Reference in a new issue