Skip to content
Snippets Groups Projects
Unverified Commit 470eaa3d authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[ci] setup gopath in /tmp/go

it turns out that "full path" is still a relative path, and therefore
not allowed as a GOPATH.
parent 8da4d12c
No related branches found
No related tags found
No related merge requests found
......@@ -81,8 +81,8 @@ osx_installer:
stage: build
allow_failure: true
variables:
GOPATH: $CI_PROJECT_DIR/go/
APP_PATH: $CI_PROJECT_DIR/go/src/0xacab.org/leap/bitmask-systray
GOPATH: /tmp/go/
APP_PATH: /tmp/go/src/0xacab.org/leap/bitmask-systray
script:
- git clone https://0xacab.org/leap/riseup_vpn
- cd riseup_vpn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment