Loading ci_cd/problem3.yml +4 −4 Original line number Diff line number Diff line prebuild_problem_3: prebuild_problem_3b: stage: prebuild script: - | Loading @@ -20,7 +20,7 @@ prebuild_problem_3: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] compile_problem_3: Loading @@ -36,7 +36,7 @@ compile_problem_3: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] test_opponents: Loading Loading @@ -79,7 +79,7 @@ test_opponents: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] parallel: matrix: Loading Loading
ci_cd/problem3.yml +4 −4 Original line number Diff line number Diff line prebuild_problem_3: prebuild_problem_3b: stage: prebuild script: - | Loading @@ -20,7 +20,7 @@ prebuild_problem_3: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] compile_problem_3: Loading @@ -36,7 +36,7 @@ compile_problem_3: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] test_opponents: Loading Loading @@ -79,7 +79,7 @@ test_opponents: paths: - hw8_ec/ rules: - if: '$CI_COMMIT_REF_NAME == "problem3"' - if: '$CI_COMMIT_REF_NAME == "problem3b"' tags: [c++-17] parallel: matrix: Loading