From f776ee62f80421c6e6d1e1de9bb9122da72dbbad Mon Sep 17 00:00:00 2001 From: ls Date: Fri, 11 Oct 2024 20:49:54 +0800 Subject: [PATCH] update --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73df135..2406916 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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."