mirror of
https://github.com/rancher/os.git
synced 2025-09-03 07:44:21 +00:00
Fix CI
This commit is contained in:
@@ -33,6 +33,10 @@ generate_images()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [ -x "$(wrapdocker)" ] && ! docker info >/dev/null 2>&1; then
|
||||||
|
wrapdocker
|
||||||
|
fi
|
||||||
|
|
||||||
run ./scripts/bootstrap
|
run ./scripts/bootstrap
|
||||||
run ./scripts/test
|
run ./scripts/test
|
||||||
run --assets ./scripts/build-common --assets ./assets ./scripts/download
|
run --assets ./scripts/build-common --assets ./assets ./scripts/download
|
||||||
|
Reference in New Issue
Block a user