Skip to content

Commit 38ce45b

Browse files
author
Robert Sachunsky
committed
CircleCI: install JRE
1 parent 3346b4e commit 38ce45b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
PYTHON: python3
99
steps:
1010
- checkout
11+
- run: apt-get update && apt-get -y install default-jre-headless
1112
- run: make install
1213
- run: make test V=""
1314

@@ -20,7 +21,7 @@ jobs:
2021
- checkout
2122
- setup_remote_docker: # https://circleci.com/docs/2.0/building-docker-images/
2223
docker_layer_caching: true
23-
- run: make docker TAG=$DOCKER_TAG
24+
- run: make docker-build TAG=$DOCKER_TAG
2425
- run:
2526
name: Login to Docker Hub
2627
command: echo "$DOCKERHUB_PASS" | docker login --username "$DOCKERHUB_USER" --password-stdin

0 commit comments

Comments
 (0)