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

modify

上级 ca0720c1
...@@ -4,9 +4,6 @@ stages: ...@@ -4,9 +4,6 @@ stages:
- case1 - case1
- teacher-check - teacher-check
variables:
TEMPLATE_REPO: "engintime/ds-lab/Project-Template/Lab018.git"
.codecode-runner: &codecode-runner .codecode-runner: &codecode-runner
tags: tags:
- ubuntu-16.04 - ubuntu-16.04
...@@ -38,7 +35,7 @@ teacher-check: ...@@ -38,7 +35,7 @@ teacher-check:
script: script:
- make - make
- ./app - ./app
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEMPLATE_REPO} template - 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/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/output.txt output.txt -b -B -y -i --suppress-common-lines - diff template/output.txt output.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论