Loading ci_cd/problem1b.yml +3 −0 Original line number Diff line number Diff line prebuild_problem_1b: stage: prebuild script: - echo "=${CI_COMMIT_AUTHOR}" - STUDENT="$(echo "$CI_PROJECT_PATH" | sed -E 's#.*/HomeworkZero##')" - echo "Student = $STUDENT" - | # Check if source files exist if [ ! -f "IntegerP.cpp" ]; then Loading Loading
ci_cd/problem1b.yml +3 −0 Original line number Diff line number Diff line prebuild_problem_1b: stage: prebuild script: - echo "=${CI_COMMIT_AUTHOR}" - STUDENT="$(echo "$CI_PROJECT_PATH" | sed -E 's#.*/HomeworkZero##')" - echo "Student = $STUDENT" - | # Check if source files exist if [ ! -f "IntegerP.cpp" ]; then Loading