diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index efdc6210a..07179bf82 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -8,14 +8,17 @@ pipelines: - pswgcommon/** - client-holocore/** - step: - name: test - image: openjdk:11-jdk-slim + name: test, build, and deploy + image: openjdk:12-jdk-slim caches: - docker - gradle - gradlewrapper script: - ./gradlew test + - docker login -u $DOCKER_HUB_USER -p $DOCKER_HUB_PASSWORD + - docker build -t $DOCKER_HUB_REPO/holocore:$TAG . + - docker push $DOCKER_HUB_REPO/holocore:$TAG artifacts: - pswgcommon/** - client-holocore/** diff --git a/pswgcommon b/pswgcommon index fff4daa98..ed6d2e9a4 160000 --- a/pswgcommon +++ b/pswgcommon @@ -1 +1 @@ -Subproject commit fff4daa98e4270aa45e06c94c3ff542fac5224ab +Subproject commit ed6d2e9a4b6a4378ab2efeb718e1190167399731