diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e8b82a9..a7a740c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,9 +25,6 @@ generate_git-log: - "git log -100 --pretty=format:'%ad : %s' >> ./public/git-log.html" - echo "" >> ./public/git-log.html - echo "处理 git-log.html 结束" - artifacts: - paths: - - public only: - dev-ci-debug tags: @@ -40,9 +37,6 @@ build_project: - npm install --save-dev --unsafe-perm - echo "npm run build" - npm run build - artifacts: - paths: - - dist only: - dev-ci-debug - tags