From 4f94d7117a9697f8e2c0b2d472d52a3f15d463c7 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Thu, 10 Aug 2023 21:57:27 -0700 Subject: [PATCH] Update pipeline docker image. --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 415f60ac..c4b35015 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -5,7 +5,7 @@ # Prerequisites: pom.xml and appropriate project structure should exist in the repository. -image: maven:3.8.7 +image: maven:3.9.4 pipelines: branches: @@ -20,7 +20,7 @@ pipelines: # Compile sources ... - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash - . $HOME/.nvm/nvm.sh && nvm install node - - mvn -B verify --file pom.xml + - mvn clean install --file pom.xml -DskipTests # Publish to docker repo ... - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD - docker build -t wisemapping/wisemapping:latest -f distribution/Dockerfile wise-webapp/target/