From 98adb75ef0b5e77b44a4bbf2c7e1ff3c4f7d0056 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 2 Sep 2024 21:38:48 +0100 Subject: [PATCH] update test container to use development branches (this may be removed once V6 is properly released) --- test/cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmd.sh b/test/cmd.sh index d5d97735..bda9563a 100755 --- a/test/cmd.sh +++ b/test/cmd.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh set -eux -docker buildx build ./src --build-arg TARGETPLATFORM="${TARGETPLATFORM}" --tag pihole:${GIT_TAG} --no-cache +docker buildx build ./src --build-arg TARGETPLATFORM="${TARGETPLATFORM}" --build-arg FTL_BRANCH="development" --build-arg CORE_BRANCH="development" --build-arg WEB_BRANCH="development" --tag pihole:${GIT_TAG} --no-cache docker images pihole:${GIT_TAG} # auto-format the pytest code