From 1e4e2f60c5428835ae19cdf38dd065803cf6b0fe Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Wed, 5 Sep 2018 09:29:45 +0100 Subject: [PATCH] Strip binary before uploading --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8eeb58..6eafc22 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ build: - mkdir -p build/src/git.autistici.org/ai3 - ln -s $PWD build/src/git.autistici.org/ai3/float-debug-proxy - env GOPATH=$PWD/build go build -o float-debug-proxy git.autistici.org/ai3/float-debug-proxy + - strip float-debug-proxy artifacts: paths: - float-debug-proxy -- GitLab