Skip to content

Commit

Permalink
update test container to use development branches (this may be remove…
Browse files Browse the repository at this point in the history
…d once V6 is properly released)
  • Loading branch information
PromoFaux committed Sep 2, 2024
1 parent 820d63b commit 98adb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmd.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 98adb75

Please sign in to comment.