From e9bfcef1654ea7edb803fae6a7d9be23cb1cebc0 Mon Sep 17 00:00:00 2001 From: Liujian <824010343@qq.com> Date: Mon, 21 Oct 2024 18:47:54 +0800 Subject: [PATCH] print frontend dir --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b65ab85a..f0a9f42c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,10 +56,11 @@ builder: - | if [ -n "$(git diff --name-status HEAD~1 HEAD -- frontend)" ]; then ./scripts/build.sh $BUILD_DIR ${VERSION} all "" - echo "" + echo "print frontend dir file:" ll -a frontend rm -fr ../artifacts/dist cp -r frontend/dist ../artifacts/dist + echo "print artifacts dir file:" ll -a ../artifacts else ./scripts/build.sh $BUILD_DIR ${VERSION}