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

modify .gitlab-ci.yml

上级 67bf52b2
...@@ -68,9 +68,9 @@ teacher-check1: ...@@ -68,9 +68,9 @@ teacher-check1:
- make - make
- ./app < input1.txt > /dev/null - ./app < input1.txt > /dev/null
- 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
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100 - 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 -W 100 - diff template/input1.txt input1.txt -b -B -y -i --suppress-common-lines
- diff template/output1.txt output1.txt -b -B -y -i -W 100 - diff template/output1.txt output1.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input1.txt > user_output1.txt - ./app < teacher_check/input1.txt > user_output1.txt
...@@ -99,9 +99,9 @@ teacher-check2: ...@@ -99,9 +99,9 @@ teacher-check2:
- make - make
- ./app < input2.txt > /dev/null - ./app < input2.txt > /dev/null
- 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
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100 - diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input2.txt input2.txt -b -B -y -i -W 100 - diff template/input2.txt input2.txt -b -B -y -i --suppress-common-lines
- diff template/output2.txt output2.txt -b -B -y -i -W 100 - diff template/output2.txt output2.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input2.txt > user_output2.txt - ./app < teacher_check/input2.txt > user_output2.txt
...@@ -130,9 +130,9 @@ teacher-check3: ...@@ -130,9 +130,9 @@ teacher-check3:
- make - make
- ./app < input3.txt > /dev/null - ./app < input3.txt > /dev/null
- 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
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100 - diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input3.txt input3.txt -b -B -y -i -W 100 - diff template/input3.txt input3.txt -b -B -y -i --suppress-common-lines
- diff template/output3.txt output3.txt -b -B -y -i -W 100 - diff template/output3.txt output3.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input3.txt > user_output3.txt - ./app < teacher_check/input3.txt > user_output3.txt
...@@ -161,9 +161,9 @@ teacher-check4: ...@@ -161,9 +161,9 @@ teacher-check4:
- make - make
- ./app < input4.txt > /dev/null - ./app < input4.txt > /dev/null
- 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
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100 - diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input4.txt input4.txt -b -B -y -i -W 100 - diff template/input4.txt input4.txt -b -B -y -i --suppress-common-lines
- diff template/output4.txt output4.txt -b -B -y -i -W 100 - diff template/output4.txt output4.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input4.txt > user_output4.txt - ./app < teacher_check/input4.txt > user_output4.txt
...@@ -192,9 +192,9 @@ teacher-check5: ...@@ -192,9 +192,9 @@ teacher-check5:
- make - make
- ./app < input5.txt > /dev/null - ./app < input5.txt > /dev/null
- 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
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100 - diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input5.txt input5.txt -b -B -y -i -W 100 - diff template/input5.txt input5.txt -b -B -y -i --suppress-common-lines
- diff template/output5.txt output5.txt -b -B -y -i -W 100 - diff template/output5.txt output5.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input5.txt > user_output5.txt - ./app < teacher_check/input5.txt > user_output5.txt
...@@ -223,9 +223,9 @@ teacher-check6: ...@@ -223,9 +223,9 @@ teacher-check6:
- make - make
- ./app < input6.txt > /dev/null - ./app < input6.txt > /dev/null
- 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
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100 - diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input6.txt input6.txt -b -B -y -i -W 100 - diff template/input6.txt input6.txt -b -B -y -i --suppress-common-lines
- diff template/output6.txt output6.txt -b -B -y -i -W 100 - diff template/output6.txt output6.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input6.txt > user_output6.txt - ./app < teacher_check/input6.txt > user_output6.txt
...@@ -254,9 +254,9 @@ teacher-check7: ...@@ -254,9 +254,9 @@ teacher-check7:
- make - make
- ./app < input7.txt > /dev/null - ./app < input7.txt > /dev/null
- 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
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100 - diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input7.txt input7.txt -b -B -y -i -W 100 - diff template/input7.txt input7.txt -b -B -y -i --suppress-common-lines
- diff template/output7.txt output7.txt -b -B -y -i -W 100 - diff template/output7.txt output7.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input7.txt > user_output7.txt - ./app < teacher_check/input7.txt > user_output7.txt
...@@ -285,9 +285,9 @@ teacher-check8: ...@@ -285,9 +285,9 @@ teacher-check8:
- make - make
- ./app < input8.txt > /dev/null - ./app < input8.txt > /dev/null
- 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
- diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i -W 100 - diff template/.gitlab-ci.yml .gitlab-ci.yml -b -B -y -i --suppress-common-lines
- diff template/input8.txt input8.txt -b -B -y -i -W 100 - diff template/input8.txt input8.txt -b -B -y -i --suppress-common-lines0
- diff template/output8.txt output8.txt -b -B -y -i -W 100 - diff template/output8.txt output8.txt -b -B -y -i --suppress-common-lines
- fileidentity.sh - fileidentity.sh
- git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check - git clone ${CODECODE_PROTOCOL}gitlab-ci-token:${CI_JOB_TOKEN}@${CODECODE_DOMAIN}/${TEACHERCHECK_REPO} teacher_check
- ./app < teacher_check/input8.txt > user_output8.txt - ./app < teacher_check/input8.txt > user_output8.txt
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论