Skip to content

Commit 27578f4

Browse files
modify config.yml
1 parent aa251b0 commit 27578f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: /app
55
docker:
6-
- image: java:openjdk-8-jdk
6+
- image: classmethod/openjdk-with-git:8-jdk
77
- image: redis:2.8.23
88
environment:
99
_JAVA_OPTIONS: -Xmx3G
@@ -182,7 +182,7 @@ jobs:
182182

183183
- deploy:
184184
name: Deploy bintray
185-
command: ./gradlew assemble bintrayUpload
185+
command: ./gradlew assemble publish showVersion
186186
- save_cache:
187187
key: barista-{{ .Branch }}-{{ checksum ".circleci/config.yml" }}-{{ checksum "build.gradle" }}-{{ checksum "gradle.properties" }}-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}
188188
paths:

0 commit comments

Comments
 (0)