From 7c3fdcfa96b3d1208c0919d33942b820dda03566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 27 Jan 2025 16:07:28 +0100 Subject: [PATCH] fix test makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- tests/acceptance/docker/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/docker/Makefile b/tests/acceptance/docker/Makefile index 5e98e1721..4f455fb9f 100644 --- a/tests/acceptance/docker/Makefile +++ b/tests/acceptance/docker/Makefile @@ -65,7 +65,7 @@ help: @echo -e "You also can select the OpenCloud Docker image for all tests by setting" @echo -e "\tmake ... ${YELLOW}OC_IMAGE_TAG=latest${RESET}" @echo -e "where ${YELLOW}latest${RESET} is an example for any valid Docker image tag from" - @echo -e "https://hub.docker.com/r/opencloud/opencloud." + @echo -e "https://hub.docker.com/r/opencloud-eu/opencloud." @echo @echo -e "${GREEN}Run full OpenCloud test suites with ocis storage:${RESET}\n" @echo -e "\tmake localApiTests-apiAccountsHashDifficulty-ocis\t\t${BLUE}run apiAccountsHashDifficulty test suite, where available test suite are apiAccountsHashDifficulty apiArchiver apiContract apiGraph apiSpaces apiSpacesShares apiAsyncUpload apiCors${RESET}" @@ -242,7 +242,7 @@ build-dev-image: .PHONY: clean-dev-docker-image clean-dev-docker-image: ## clean docker image built during acceptance tests - @docker image rm opencloud/opencloud:dev || true + @docker image rm opencloud-eu/opencloud:dev || true .PHONY: clean-docker-container clean-docker-container: ## clean docker containers created during acceptance tests