Loading ci_cd/problem1.yml +2 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,8 @@ prebuild_problem1: artifacts: paths: - base_4/ rules: - when: always tags: [c++-17] Loading Loading @@ -75,7 +77,6 @@ test_problem_1e: dependencies: - prebuild_problem1 script: - echo "I AM HERE" - cp GaussianInteger.cpp GaussianInteger.h base_4/tests - cd base_4/tests - make problem1e Loading Loading
ci_cd/problem1.yml +2 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,8 @@ prebuild_problem1: artifacts: paths: - base_4/ rules: - when: always tags: [c++-17] Loading Loading @@ -75,7 +77,6 @@ test_problem_1e: dependencies: - prebuild_problem1 script: - echo "I AM HERE" - cp GaussianInteger.cpp GaussianInteger.h base_4/tests - cd base_4/tests - make problem1e Loading