提交 c7e014ee 创建 作者: 赵鹏翀's avatar 赵鹏翀

更新 .gitlab-ci.yml

上级 d412a5d3
流水线 #36993 已失败 于阶段
用时 26 秒
...@@ -32,4 +32,20 @@ case1: ...@@ -32,4 +32,20 @@ case1:
- execscore.sh 100 - execscore.sh 100
only: only:
- master - master
teacher-check1:
stage: case1
<<: *codecode-runner
script:
- ./app input1.txt > /dev/null
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${CI_PROJECT_FORKSOURCE} template
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input1.txt input1.txt -b -B -y -i --suppress-common-lines
- diff template/output1.txt output1.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh
only:
- master
when: manual
allow_failure: true
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论