diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d4f554d..dd34ba0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ cache: - package.json paths: - node_modules + - dist/ before_script: - export UI_TAG=$(date +%Y%m%d%H%M%S) @@ -18,7 +19,7 @@ before_script: generate_git-log: stage: gen_git-log script: - - if (( `grep git-log.html ./public/index.html | wc -l` == 0 )); then sed -i '/
/ a 更新记录' ./public/index.html; echo "添加更新记录链接"; fi; + - if (( `grep git-log.html ./public/index.html | wc -l` == 0 )); then sed -i 's++更新记录\n" > ./public/git-log.html
- "git log -100 --pretty=format:'%ad : %s' >> ./public/git-log.html"
@@ -26,7 +27,8 @@ generate_git-log:
- echo "处理 git-log.html 结束"
artifacts:
paths:
- - public
+ - public/index.html
+ - public/git-log.html
only:
- dev-cicd
tags:
@@ -36,12 +38,9 @@ build_project:
stage: build_project
script:
- echo "npm install ..."
- - npm install --unsafe-perm
+ - npm install --save-dev --unsafe-perm
- echo "npm run build"
- npm run build
- artifacts:
- paths:
- - dist
only:
- dev-cicd
tags:
+g' ./public/index.html; echo "添加更新记录链接"; fi; - echo "最近的100个提交记录" - echo "