8 Star 0 Fork 0

GyunChang/frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 799 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaoyu0578 提交于 2022-03-28 09:28 . 6.9.13
image: $SONAR_SCANNER_CLI
include:
# - template: Security/SAST.gitlab-ci.yml
code_sonar:
stage: test
script:
- ls -lh
- npm -version
# - npm config set registry http://npm.h3yun.net:4873/
# - npm config set unsafe-perm true
# - npm install -g eslint
- echo "rd4-js-sonar-$CI_PROJECT_NAME"
- sonar-scanner -Dsonar.projectKey=rd4-js-sonar-$CI_PROJECT_NAME-v6.9 -Dsonar.projectName=rd4-js-h3bpm-$CI_PROJECT_NAME-v6.9 -Dsonar.sources=. -Dsonar.exclusions=entries/admin/public/kindeditor/**/*,entries/portal/public/kindeditor/**/*,entries/admin/src/assets/icons/demo_index.html,entries/mobile/src/assets/icons/demo_index.html,entries/portal/src/assets/icons/demo_index.html -Dsonar.host.url=$SONAR_URL -Dsonar.login=$SONAR_ADMIN_TOKEN
only:
refs:
- 6.9.x
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gyunchang/frontend.git
git@gitee.com:gyunchang/frontend.git
gyunchang
frontend
frontend
master

搜索帮助