mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-21 13:47:57 +01:00
Update pipeline docker image.
This commit is contained in:
parent
abcd0d8515
commit
4f94d7117a
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user