Commit a61903ac authored by 李 学龙's avatar 李 学龙
Browse files

更新.gitlab-ci.yml文件

parent a2ede8fb
Pipeline #18471 canceled with stage
in 7 minutes and 57 seconds
Showing with 20 additions and 0 deletions
+20 -0
stages:
- coverity
#定义管道中的阶段
coverity:
stage: coverity
image: "repo.gitsec.cn/docker/coverity:1.1"
#选择使用那个镜像
tags:
- k8s
script:
- echo hello
- mv /home/script/start.sh ./
- sh start.sh
artifacts:
reports:
dependency_scanning: coverity_report.json
paths:
- coverity_report.json
#读取检测结果不用修改
expire_in: 3 day
Supports Markdown
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