diff --git a/.workflow/pipeline-deploy.yml b/.workflow/pipeline-deploy.yml index e2be5198..6e1bec6d 100644 --- a/.workflow/pipeline-deploy.yml +++ b/.workflow/pipeline-deploy.yml @@ -23,6 +23,7 @@ stages: jdkVersion: '8' mavenVersion: 3.3.9 commands: + - cd ./springboot - mvn -B clean package -Dmaven.test.skip=true artifacts: - name: BUILD_JAVA