Skip to content

Commit

Permalink
Reverts quote and adds attempt to get extra logs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Oct 19, 2023
1 parent 9dfe1b7 commit 2422342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/misbehaving-jmx-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2422342

Please sign in to comment.