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

更新 .gitlab-ci.yml

上级 34a84fa3
...@@ -36,6 +36,7 @@ teacher-check1: ...@@ -36,6 +36,7 @@ teacher-check1:
- make - make
- count=$(find . -name "input*.txt" | wc -l) - count=$(find . -name "input*.txt" | wc -l)
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${CI_PROJECT_FORKSOURCE} template - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${CI_PROJECT_FORKSOURCE} template
- cd template && git checkout -b fork_position ${CI_PROJECT_FORKPOS} && cd ..
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines - diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/.vscode/test.py .vscode/test.py -b -B -y -i --suppress-common-lines - diff template/.vscode/test.py .vscode/test.py -b -B -y -i --suppress-common-lines
- for i in $(seq 1 1 $count); - for i in $(seq 1 1 $count);
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论