Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Add Git to Docker image for Go build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
muellermartin committed Mar 16, 2022
1 parent ec66561 commit 321accb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ steps:
CGO_ENABLED: 0
commands:
- sleep 5
- apk update && apk add --no-cache git
- go test ./...
- go build -o spacestatus .
- tar cvpzf spacestatus.tgz spacestatus templates static
Expand Down

0 comments on commit 321accb

Please sign in to comment.