Skip to content

Commit

Permalink
Merge pull request #1350 from Nordix/add-image-prepull-make-target-su…
Browse files Browse the repository at this point in the history
…nnat

add make target for prepulling images
  • Loading branch information
metal3-io-bot authored Jul 16, 2024
2 parents 25b2f66 + 0b1d28f commit 0512c8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ test:
lint:
./hack/shellcheck.sh

.PHONY: all ci_run install_requirements configure_host launch_mgmt_cluster clean delete_mgmt_cluster host_cleanup verify test lint
prepull_images:
./lib/image_prepull.sh

.PHONY: all ci_run install_requirements configure_host launch_mgmt_cluster clean delete_mgmt_cluster host_cleanup verify test lint prepull_images
4 changes: 4 additions & 0 deletions lib/image_prepull.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -eux

# shellcheck disable=SC1091
source lib/common.sh
# shellcheck disable=SC1091
source lib/network.sh
# shellcheck disable=SC1091
source lib/images.sh

Expand Down

0 comments on commit 0512c8a

Please sign in to comment.