提交 c26945f1 创建 作者: 王晓庆's avatar 王晓庆

增加新文件

上级 c8663c89
image: "mcr.microsoft.com/mssql/server:2019-CU5-ubuntu-18.04"
stages:
- case1
.codecode-runner: &codecode-runner
tags:
- ubuntu-16.04
- short-job
case1:
stage: case1
<<: *codecode-runner
script:
- pip install python3
- python3 testdb.py > ci_output.txt
- diff ci_output.txt user_output.txt -b -B -i
only:
- master
allow_failure: false
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论