From 98ee646c843d5e241ea72cc71006b0e264c019ce Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Wed, 5 Sep 2018 09:27:18 +0100 Subject: [PATCH] Fix GOPATH --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc16f2d..c8eeb58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,8 @@ build: stage: build image: "ai/test:go" script: - - mkdir -p build/git.autistici.org/ai3 - - ln -s $PWD build/git.autistici.org/ai3/float-debug-proxy + - 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 artifacts: paths: -- GitLab