From 24223426a02ee60344d6ae0080c4358b528db0bb Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Thu, 19 Oct 2023 19:15:42 +0000 Subject: [PATCH] Reverts quote and adds attempt to get extra logs --- .circleci/config.yml | 2 +- tools/misbehaving-jmx-server/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6363c72a2..acbac59b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ lint_steps: &lint_steps - run: ./mvnw verify -B -Dhttps.protocols=TLSv1.2 -DskipTests build_steps: &build_steps environment: - DEBUG: testcontainers:build,testcontainers + DEBUG: testcontainers* steps: - checkout - setup_remote_docker diff --git a/tools/misbehaving-jmx-server/Dockerfile b/tools/misbehaving-jmx-server/Dockerfile index 395ba00ec..3d46e0f77 100644 --- a/tools/misbehaving-jmx-server/Dockerfile +++ b/tools/misbehaving-jmx-server/Dockerfile @@ -10,7 +10,7 @@ RUN mvn dependency:resolve # Copy the source code and build the JAR file COPY src/ /app/src/ -RUN "mvn clean package assembly:single" +RUN mvn clean package assembly:single RUN ls /app/target