Skip to content

Commit bfba776

Browse files
author
Pinal Shah
committed
test
1 parent e4df8bd commit bfba776

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434

3535
jobs:
3636
docker-build:
37-
runs-on: ubuntu-24.04
37+
runs-on: ubuntu-22.04
3838
timeout-minutes: 3600
3939
steps:
4040
- name: check docker containers
@@ -116,7 +116,6 @@ jobs:
116116
cd dev-support/atlas-docker
117117
export DOCKER_BUILDKIT=1
118118
export COMPOSE_DOCKER_CLI_BUILD=1
119-
docker compose -f docker-compose.atlas-base.yml build
120119
docker compose -f docker-compose.atlas.yml -f docker-compose.atlas-hadoop.yml -f docker-compose.atlas-hive.yml up -d --wait
121120
122121
- name: Check status of containers and remove them

0 commit comments

Comments
 (0)