Commit f9c41900 authored by 刘攀's avatar 刘攀

更新.gitlab-ci-vue-nvm-pnpm.yml

parent fa77368d
......@@ -31,10 +31,10 @@ check_and_cicd:
stage: check_and_cicd
only:
- dev
- test
- beta
- release
- master
# - test
# - beta
# - release
# - master
tags:
- runner-vue
......@@ -45,8 +45,8 @@ check_and_cicd:
# 安装依赖
- pnpm install --no-frozen-lockfile --registry https://hub.qimai.shop/repository/npm-group/
# 代码检测
- 'pnpm run check-branch-reconst || echo "" '
- '[[ ${CI_BUILD_REF_NAME} != "dev" ]] && echo "安装、检测完成!" && exit 0 || echo "开始编译、部署,请稍等..."'
# - 'pnpm run check-branch-reconst || echo "" '
# - '[[ ${CI_BUILD_REF_NAME} != "dev" ]] && echo "安装、检测完成!" && exit 0 || echo "开始编译、部署,请稍等..."'
# 编译
- echo -e "NginxAliasDirectory:${NginxAliasDirectory}"
- '[[ ${IsVite} = "true" ]] && PathType="base" || PathType="assetPath"'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment