source /root/.profile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Steven Polley 2024-04-14 09:54:43 -06:00
parent a73854e040
commit d422724556

View File

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