Skip to content

Commit 23147b6

Browse files
committed
Format
1 parent 84d7425 commit 23147b6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

java-bigquery-jdbc/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ RUN bash -c " \
1717
&& install_modules java-bigquery \
1818
&& rm -rf /git"
1919

20-
# This will ensure all deps are present, including integration test deps, while skipping shade
20+
# This will ensure all deps are present
2121
WORKDIR /src
22-
RUN mvn install -Penable-integration-tests -Dtest=NoSuchTest -Dit.test=NoSuchTest -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false -Dit.failIfNoSpecifiedTests=false -Dmaven.shade.skip=true -DskipShade=true
22+
RUN mvn install
2323

2424
ENTRYPOINT []
2525

java-bigquery-jdbc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ docker-session:
101101
$(MAKE) .docker-run args="bash"
102102

103103
docker-proxy-session:
104-
$(MAKE) .docker-run-proxy args="bash"
104+
$(MAKE) .docker-run CONTAINER_NAME=$(PROXY_CONTAINER_NAME) args="bash"
105105

106106
docker-package-all-dependencies: docker-build
107107
mkdir -p $(PACKAGE_DESTINATION)
@@ -151,4 +151,4 @@ docker-proxy-integration-test: .check-env docker-proxy-build
151151

152152
docker-coverage:
153153
$(MAKE) .docker-run args="make unit-test-coverage"
154-
$(MAKE) .docker-run args="make full-coverage"
154+
$(MAKE) .docker-run args="make full-coverage"

0 commit comments

Comments
 (0)