提交 d8688af6 创建 作者: 宋海霞's avatar 宋海霞

更新 .gitlab-ci.yml

上级 df5a46f0
流水线 #151470 已通过 于阶段
用时 40 秒
......@@ -69,8 +69,8 @@ teacher-check1:
script:
- make
- count=$(find . -name "input*.txt" | wc -l)
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- 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
- for i in $(seq 1 1 $count);
do
./app.exe < input${i}.txt > /dev/null;
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论