From df1d38e90aff3157eb800f091d41151fa2eb8d43 Mon Sep 17 00:00:00 2001 From: ls Date: Fri, 11 Oct 2024 20:53:46 +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 2406916..c20dd46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "Compiling the code..." - - echo $(whoami) + - echo "I'm..." $(whoami) - mvn -s ./settings.xml -DskipTests=true clean install - echo "Compile complete."