This commit is contained in:
Paulo Gustavo Veiga 2022-01-23 17:09:19 -08:00
parent 19e29957c5
commit 8fe80a95d0

View File

@ -24,7 +24,7 @@ pipelines:
# Publish to docker repo ... # Publish to docker repo ...
- docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD - docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
- docker build -t veigap/wisemapping:latest -f distribution/Dockerfile wise-webapp/target/ - docker build -t veigap/wisemapping:latest -f distribution/Dockerfile wise-webapp/target/
- docker docker push veigap/wisemapping:latest - docker push veigap/wisemapping:latest
after-script: after-script:
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights. # Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
- pipe: atlassian/checkstyle-report:0.3.0 - pipe: atlassian/checkstyle-report:0.3.0