Don't skip the dev image when skipping airgap

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2022-01-06 10:37:26 -08:00 committed by Brad Davidson
parent 31f1a00b6f
commit 8d8c8b0c6b

View File

@ -8,7 +8,7 @@ if [ ! -e ../bin/containerd ]; then
fi
./package-cli
./package-image
if [ -z "$SKIP_AIRGAP" ]; then
./package-image
./package-airgap
fi