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

[ci] set gopath to under ci project dir

parent fe084a74
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: ~/go/
APP_PATH: ~/go/src/0xacab.org/leap/bitmask-systray
GOPATH: $CI_PROJECT_DIR/go/
APP_PATH: $CI_PROJECT_DIR/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