This commit is contained in:
ls
2024-10-12 00:51:58 +08:00
parent 39985210a4
commit 0b4d56ba60
2 changed files with 5 additions and 2 deletions

View File

@@ -27,7 +27,10 @@ build-job: # This job runs in the build stage, which runs first.
- mvn -s ./settings.xml -DskipTests=true clean install
- echo "Compile complete."
- mkdir -p /home/gitlab-runner/public/physical
- cp physical-launcher/target/physical-launcher-3.7.0.jar /home/gitlab-runner/public/physical
# - cp physical-launcher/target/physical-launcher-3.7.0.jar /home/gitlab-runner/public/physical
artifacts:
paths:
- physical-launcher/target/*.jar