Skip to content

Commit e0a400d

Browse files
author
Kristian Storvoll
committed
Merge branch 'master' of github.com:navikt/syfooversiktsrv
2 parents 2d43b0b + f45cb3a commit e0a400d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- barkendeploy/docker-login
3131
- barkendeploy/docker-push
3232
run_tests:
33-
docker:
34-
- image: "circleci/openjdk:11-jdk"
33+
machine:
34+
image: circleci/classic:201808-01
35+
docker_layer_caching: true
3536
steps:
3637
- checkout
37-
- setup_remote_docker
3838
- barkendeploy/init
3939
- barkendeploy/gradle-cache-restore
4040
- run:

0 commit comments

Comments
 (0)