Commit 8d8c8b0c authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Don't skip the dev image when skipping airgap

parent 31f1a00b
......@@ -8,7 +8,7 @@ if [ ! -e ../bin/containerd ]; then
fi
./package-cli
./package-image
if [ -z "$SKIP_AIRGAP" ]; then
./package-image
./package-airgap
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment