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

更新 .gitlab-ci.yml

上级 4227d868
流水线 #117203 已失败 于阶段
用时 18 秒
...@@ -11,10 +11,9 @@ case1: ...@@ -11,10 +11,9 @@ case1:
stage: case1 stage: case1
<<: *codecode-runner <<: *codecode-runner
script: script:
- whoami - /opt/mssql/bin/sqlserver > /dev/null &
- python3 --version - sleep 10s
- python3 testdb.py > ci_output.txt - python3 testdb.py
- diff ci_output.txt user_output.txt -b -B -i
only: only:
- master - master
allow_failure: false allow_failure: false
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论