fix: fix gitlab-ci.yml

This commit is contained in:
shizhendong
2021-06-24 18:11:13 +08:00
parent 00a941c550
commit 09afef4338

View File

@@ -23,6 +23,9 @@ generate_git-log:
- "git log -100 --pretty=format:'%ad : %s' >> ./public/git-log.html"
- echo "</pre>" >> ./public/git-log.html
- echo "处理 git-log.html 结束"
artifacts:
paths:
- public
only:
- dev-cicd
tags: