mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
ci: cri-containerd: Add /usr/local/go/bin to the PATH
Otherwise go is not picked up. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
7f3b309997
commit
99ba86a1b2
@ -17,6 +17,9 @@ source "${SCRIPT_PATH}/../../common.bash"
|
|||||||
# runc is installed in /usr/local/sbin/ add that path
|
# runc is installed in /usr/local/sbin/ add that path
|
||||||
export PATH="$PATH:/usr/local/sbin"
|
export PATH="$PATH:/usr/local/sbin"
|
||||||
|
|
||||||
|
# golang is installed in /usr/local/go/bin/ add that path
|
||||||
|
export PATH="$PATH:/usr/local/go/bin"
|
||||||
|
|
||||||
# Runtime to be used for testing
|
# Runtime to be used for testing
|
||||||
RUNTIME=${RUNTIME:-containerd-shim-kata-v2}
|
RUNTIME=${RUNTIME:-containerd-shim-kata-v2}
|
||||||
FACTORY_TEST=${FACTORY_TEST:-""}
|
FACTORY_TEST=${FACTORY_TEST:-""}
|
||||||
|
Loading…
Reference in New Issue
Block a user