Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cupnes committed Feb 27, 2024
1 parent 6c8e3eb commit 6365fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ common/setup-components:
$(MAKE) -C .. docker-build
df -h
echo $(DOCKER_SAVE_PATH)/controller-container.tar
docker save controller:latest > $(DOCKER_SAVE_PATH)/controller-container.tar
$(SUDO) sh -c "docker save controller:latest > $(DOCKER_SAVE_PATH)/controller-container.tar"
$(SUDO) ctr -n k8s.io images import $(DOCKER_SAVE_PATH)/controller-container.tar
$(MAKE) -C .. install
$(MAKE) -C .. deploy
Expand Down

0 comments on commit 6365fc6

Please sign in to comment.