Skip to content

Commit 18d25d1

Browse files
authored
Add remote docker to cci config (#195)
* Add remote docker Signed-off-by: Pavol Loffay <[email protected]> * indentation Signed-off-by: Pavol Loffay <[email protected]>
1 parent cab7506 commit 18d25d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
- image: cimg/openjdk:11.0
6969
steps:
7070
- setup_build_environment
71+
- setup_remote_docker:
72+
version: 19.03.13
7173
- run: echo "Releasing version" && ./gradlew printVersion
7274
- run: ./gradlew publish
7375
- run: DOCKER_TAG=${CIRCLE_TAG} make docker docker-push

0 commit comments

Comments
 (0)