Skip to content

Commit

Permalink
Merge branch 'patch-1885763-harmony' into harmony-mysql8
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Mar 17, 2024
2 parents 81cffcf + 480deb2 commit b85e0f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b85e0f2

Please sign in to comment.