1 Star 0 Fork 1

joe/SaaS_IHRM_Vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 471 Bytes
一键复制 编辑 原始数据 按行查看 历史
Han-YLun 提交于 2020-01-03 22:37 . Updated first commit
stages:
- test
- build
- deploy
sonar_analyze:
stage: test
script:
- ci/sonar_analyze.sh
tags:
- saas-hrm-vue
sonar_preview:
stage: test
script:
- ci/sonar_preview.sh
tags:
- saas-hrm-vue
# build_image:
# stage: build
# # services:
# # - node:8
# script:
# - ci/build.sh
# tags:
# - saas-hrm-vue
deploy_image:
stage: deploy
# services:
# - node:8
script:
- ci/deploy.sh
tags:
- saas-hrm-vue
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiuzhangming/SaaS_IHRM_Vue.git
git@gitee.com:qiuzhangming/SaaS_IHRM_Vue.git
qiuzhangming
SaaS_IHRM_Vue
SaaS_IHRM_Vue
master

搜索帮助