mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-07-21 11:00:41 +00:00
Update ORG_PATH for test-go.sh
This commit is contained in:
parent
c25a39c5a3
commit
a53233028b
@ -5,7 +5,7 @@ set -e
|
|||||||
if [ "$GO111MODULE" == "off" ]; then
|
if [ "$GO111MODULE" == "off" ]; then
|
||||||
echo "Warning: this will be deprecated in near future so please use go modules!"
|
echo "Warning: this will be deprecated in near future so please use go modules!"
|
||||||
|
|
||||||
ORG_PATH="github.com/intel"
|
ORG_PATH="gopkg.in/k8snetworkplumbingwg"
|
||||||
REPO_PATH="${ORG_PATH}/multus-cni"
|
REPO_PATH="${ORG_PATH}/multus-cni"
|
||||||
|
|
||||||
if [ ! -h gopath/src/${REPO_PATH} ]; then
|
if [ ! -h gopath/src/${REPO_PATH} ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user