From d42272455621120a0002f6c9f613b68b766f5b08 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sun, 14 Apr 2024 09:54:43 -0600 Subject: [PATCH] source /root/.profile --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 4201ca8..8c6cf15 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,7 @@ steps: GOARCH: amd64 CGO_ENABLED: 0 commands: + - . /root/.profile - cd hyp - go build . - mv -f hyp /dist