2 Star 4 Fork 1

oliver/AI_NFT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
周永林 提交于 2022-08-24 20:33 +08:00 . fix: fix the environment bug. Closes #167
sonarqube-check:
tags:
- blueElephant-0.3.0
image:
name: sonarsource/sonar-scanner-cli:latest
entrypoint: [""]
variables:
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
GIT_DEPTH: "0" # Tells git to fetch all the branches of the project, required by the analysis task
cache:
key: "${CI_JOB_NAME}"
paths:
- .sonar/cache
script:
- sonar-scanner -Dsonar.qualitygate.wait=true
allow_failure: true
only:
- merge_requests
- master # or the name of your main branch
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/csqgitbelong/ai_nft.git
[email protected]:csqgitbelong/ai_nft.git
csqgitbelong
ai_nft
AI_NFT
master

搜索帮助