Skip to content
Snippets Groups Projects
Commit 98ee646c authored by ale's avatar ale
Browse files

Fix GOPATH

parent 13a4bdd8
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ build: ...@@ -5,8 +5,8 @@ build:
stage: build stage: build
image: "ai/test:go" image: "ai/test:go"
script: script:
- mkdir -p build/git.autistici.org/ai3 - mkdir -p build/src/git.autistici.org/ai3
- ln -s $PWD build/git.autistici.org/ai3/float-debug-proxy - 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 - env GOPATH=$PWD/build go build -o float-debug-proxy git.autistici.org/ai3/float-debug-proxy
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment