Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
tools
float-debug-proxy
Commits
98ee646c
Commit
98ee646c
authored
Sep 05, 2018
by
ale
Browse files
Fix GOPATH
parent
13a4bdd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
98ee646c
...
...
@@ -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
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment