1

Fix path for application in CI

This commit is contained in:
Vladimir Hodakov 2019-03-02 18:38:51 +04:00
parent 7ea0a0e183
commit 51bc6f941b
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6

View File

@ -8,8 +8,8 @@ stages:
before_script:
- go version
- mkdir -p $GOPATH/src/lab.wtfteam.pro/fat0troll/
- ln -s $(pwd) $GOPATH/src/lab.wtfteam.pro/fat0troll/fw_zookeeper
- cd $GOPATH/src/lab.wtfteam.pro/fat0troll/fw_zookeeper
- ln -s $(pwd) $GOPATH/src/lab.wtfteam.pro/fat0troll/fw_zookeeper_helper
- cd $GOPATH/src/lab.wtfteam.pro/fat0troll/fw_zookeeper_helper
lint:
stage: test