This commit is contained in:
ls
2024-10-11 20:49:54 +08:00
parent f91ade7f60
commit f776ee62f8

View File

@@ -24,6 +24,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Compiling the code..."
- echo $(whoami)
- mvn -s ./settings.xml -DskipTests=true clean install
- echo "Compile complete."