mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 21:49:29 +00:00
Fix for Kubeflag Integration test (#8154)
* Use argument that doesn't require file * Use build-k3s workflow in cgroup * Bump timeout on integration tests Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
@@ -8,7 +8,9 @@ if [ ! -e ../bin/containerd ]; then
|
||||
fi
|
||||
|
||||
./package-cli
|
||||
./package-image
|
||||
if [ -z "$SKIP_IMAGE" ]; then
|
||||
./package-image
|
||||
fi
|
||||
if [ -z "$SKIP_AIRGAP" ]; then
|
||||
./package-airgap
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user