We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413d38d commit 54fa356Copy full SHA for 54fa356
.circleci/config.yml
@@ -5,7 +5,7 @@ jobs:
5
working_directory: ~/circleci-demo-java-spring
6
7
docker:
8
- - image: circleci/openjdk:8-jdk-browsers
+ - image: circleci/openjdk:8-jdk-stretch
9
- image: circleci/postgres:9.6.3-alpine
10
environment:
11
POSTGRES_USER: root
@@ -31,4 +31,4 @@ jobs:
31
path: target/surefire-reports
32
33
- store_artifacts:
34
- path: target/demo-java-spring-0.0.1-SNAPSHOT.jar
+ path: target/demo-java-spring-0.0.1-SNAPSHOT.jar
0 commit comments