From 721430e92a337bc6c0a96155e51adb41b0d7959f Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Sun, 18 Apr 2021 17:03:48 +0200 Subject: Update ant.yml --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 043356b8..ba5d26b1 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -124,4 +124,4 @@ jobs: run: docker build --build-arg jdk=${{ matrix.jdk }} -t lombok-${{ matrix.tool }}-jdk${{ matrix.jdk }} -f ${{ matrix.tool }}/Dockerfile . - name: Compile in container - run: docker run -v $(pwd)/lombok.jar:/workspace/lombok.jar lombok-${{ matrix.tool }}-jdk${{ matrix.jdk }} /bin/bash -c "cd /classpath; mvn compile" \ No newline at end of file + run: docker run --entrypoint="" -v $(pwd)/lombok.jar:/workspace/lombok.jar lombok-${{ matrix.tool }}-jdk${{ matrix.jdk }} /bin/bash -c "cd classpath; mvn compile" \ No newline at end of file -- cgit