Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user