diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e5346c528..2d5283113 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,7 +1,9 @@ +image: openjdk:12 pipelines: default: - step: name: fetch code + image: alpine/git script: - git submodule update --init artifacts: @@ -9,7 +11,7 @@ pipelines: - client-holocore/** - step: name: test, build, and deploy - image: openjdk:12 + #image: openjdk:12 caches: - docker - gradle @@ -30,4 +32,3 @@ pipelines: definitions: caches: gradlewrapper: ~/.gradle/wrapper -