mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Don't skip the dev image when skipping airgap
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
31f1a00b6f
commit
8d8c8b0c6b
@ -8,7 +8,7 @@ if [ ! -e ../bin/containerd ]; then
|
||||
fi
|
||||
|
||||
./package-cli
|
||||
./package-image
|
||||
if [ -z "$SKIP_AIRGAP" ]; then
|
||||
./package-image
|
||||
./package-airgap
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user