From eb4d8991d40a827dcb331008eacfdd05a6527b0e Mon Sep 17 00:00:00 2001 From: ls Date: Sat, 12 Oct 2024 00:21:27 +0800 Subject: [PATCH] update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 384b799..f463fea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +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." - - cp physical-launcher/target/shipper-0.0.1-alpha0.jar /home/gitlab-runner/public/physical + - cp physical-launcher/target/physical-launcher-3.7.0.jar /home/gitlab-runner/public/physical