diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5830077..b65ab85a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,8 +56,11 @@ builder: - | if [ -n "$(git diff --name-status HEAD~1 HEAD -- frontend)" ]; then ./scripts/build.sh $BUILD_DIR ${VERSION} all "" + echo "" + ll -a frontend rm -fr ../artifacts/dist cp -r frontend/dist ../artifacts/dist + ll -a ../artifacts else ./scripts/build.sh $BUILD_DIR ${VERSION} fi