Update .gitlab-ci.yml file

This commit is contained in:
方顺健
2021-10-20 02:35:16 +00:00
parent a413eb6aed
commit 60ec39b5c9

View File

@@ -25,9 +25,6 @@ generate_git-log:
- "git log -100 --pretty=format:'%ad : %s' >> ./public/git-log.html"
- echo "</pre></body></html>" >> ./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