do explicitly create not create /dist, it's created during mount
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Steven Polley 2024-04-14 09:53:52 -06:00
parent d40147d61c
commit a73854e040

View File

@ -27,7 +27,6 @@ steps:
GOARCH: amd64
CGO_ENABLED: 0
commands:
- mkdir /dist
- cd hyp
- go build .
- mv -f hyp /dist