Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ test_graph_colorer: competition: stage: compete script: - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p2/problem-1-staff.tar"; - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar"; - tar -xf temp.tar - cp -rf problem-1-staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ - cd problem-1-testing-master/src Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ test_graph_colorer: competition: stage: compete script: - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p2/problem-1-staff.tar"; - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar"; - tar -xf temp.tar - cp -rf problem-1-staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ - cd problem-1-testing-master/src Loading