Skip to content

Commit 726725b

Browse files
committed
fix(ci): remove explicit DOCKER_HOST environment variable
The explicit DOCKER_HOST configuration is no longer needed as docker-java now uses its default configuration
1 parent 643127d commit 726725b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
JVM_OPTS: -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
5252
AWS_REGION: ap-northeast-1
5353
TEST_TIME_FACTOR: 5
54-
DOCKER_HOST: unix:///var/run/docker.sock
5554
steps:
5655
- uses: actions/[email protected]
5756
with:

0 commit comments

Comments
 (0)