Skip to content
Snippets Groups Projects

Resolve "Create a pipeline to build and publish the mvn package in gitlab registry"

3 files
+ 44
3
Compare changes
  • Side-by-side
  • Inline
Files
3
.gitlab-ci.yml 0 → 100644
+ 8
0
stages:
- deploy
deploy:
stage: deploy
image: maven:3.9.5-ibm-semeru-17-focal
script:
- mvn deploy -s ci_settings.xml -DskipTests
Loading