Merge pull request #320 from jawnsy/build-with-go-install
Build with go install
This commit is contained in:
commit
00e6832715
1113 changed files with 76 additions and 67 deletions
|
@ -10,9 +10,9 @@ TESTDATA="${INTEGRATION_ROOT}/testdata"
|
|||
OCID_ROOT=${OCID_ROOT:-$(cd "$INTEGRATION_ROOT/../.."; pwd -P)}
|
||||
|
||||
# Path of the ocid binary.
|
||||
OCID_BINARY=${OCID_BINARY:-${OCID_ROOT}/cri-o/ocid}
|
||||
OCID_BINARY=${OCID_BINARY:-${GOPATH}/bin/ocid}
|
||||
# Path of the ocic binary.
|
||||
OCIC_BINARY=${OCIC_BINARY:-${OCID_ROOT}/cri-o/ocic}
|
||||
OCIC_BINARY=${OCIC_BINARY:-${GOPATH}/bin/ocic}
|
||||
# Path of the conmon binary.
|
||||
CONMON_BINARY=${CONMON_BINARY:-${OCID_ROOT}/cri-o/conmon/conmon}
|
||||
# Path of the pause binary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue