Fix CI to call the script in the correct path

This commit is contained in:
mhchia 2019-09-04 16:34:56 +08:00
parent dddaacad62
commit 46c13ee1c0
No known key found for this signature in database
GPG Key ID: 389EFBEA1362589A

View File

@ -18,7 +18,7 @@ matrix:
- export GOPATH=$HOME/go
- export GOROOT=/usr/local/go
- export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
- ./install_interop_go_pkgs.sh
- ./tests/interop/go_pkgs/install_interop_go_pkgs.sh
install:
- pip install --upgrade pip