diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2018-11-21 21:48:44 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2018-11-21 21:50:40 +0100 |
commit | fe084a74c8a225d9647f064daf8bdcf1e10caeb7 (patch) | |
tree | 175015cf1acde24642c7f62d084206e1b90878fe | |
parent | 44f5f7f93495c42fca6c4192153e5a379737fcd0 (diff) |
[ci] set gopath into home
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f207784..daf916c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,6 +80,9 @@ snap: osx_installer: stage: build allow_failure: true + variables: + GOPATH: ~/go/ + APP_PATH: ~/go/src/0xacab.org/leap/bitmask-systray script: - git clone https://0xacab.org/leap/riseup_vpn - cd riseup_vpn |