This commit is contained in:
ls
2024-10-12 00:28:16 +08:00
parent eb4d8991d4
commit 92aa27f2cc
2 changed files with 3 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ build-job: # This job runs in the build stage, which runs first.
- echo "I'm..." $(whoami)
- 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