]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1885763: build via docker compose instead of directly (#111)
authorDave Miller <justdave@bugzilla.org>
Sun, 17 Mar 2024 04:20:12 +0000 (00:20 -0400)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2024 04:20:12 +0000 (00:20 -0400)
.circleci/config.yml

index dfb965b311e8af3fe87c3f4c6b5469e286d9c69c..7d7f363a7e9c6554348bbf268a9e3b41a4f1d475 100644 (file)
@@ -13,11 +13,7 @@ defaults:
     run:
       name: Build Docker BMO image
       command: |
-        docker build \
-          --build-arg CI="$CI" \
-          --build-arg CIRCLE_SHA1="$CIRCLE_SHA1" \
-          --build-arg CIRCLE_BUILD_URL="$CIRCLE_BUILD_URL" \
-          -t bmo .
+        docker compose -f docker-compose.test.yml build
       environment:
         DOCKER_BUILDKIT: 1