This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch ATLAS-4991_n in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/ATLAS-4991_n by this push: new 19b45a089 change profile 19b45a089 is described below commit 19b45a0893c5d59c0d876299f39a98125f987abc Author: Pinal Shah <pinal.s...@freestoneinfotech.com> AuthorDate: Fri May 2 11:56:38 2025 +0700 change profile --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57f4ce754..6c1f65622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: cd dev-support/atlas-docker export DOCKER_BUILDKIT=1 export COMPOSE_DOCKER_CLI_BUILD=1 - SKIPTESTS=false PROFILE= docker compose -f docker-compose.atlas-base.yml -f docker-compose.atlas-build.yml up + SKIPTESTS=false PROFILE=dist docker compose -f docker-compose.atlas-base.yml -f docker-compose.atlas-build.yml up ATLAS_BUILD_CONTAINER=$(docker ps -a -q --filter "name=atlas-build") EXIT_CODE=$(docker inspect --format '{{.State.ExitCode}}' "$ATLAS_BUILD_CONTAINER")