Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,8 @@ test_graph_colorer: competition: stage: compete script: - echo "Running competition for $GITLAB_USER_LOGIN" - echo "TIMEOUT set to 5 minutes" - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar"; - tar -xf temp.tar - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -69,6 +69,8 @@ test_graph_colorer: competition: stage: compete script: - echo "Running competition for $GITLAB_USER_LOGIN" - echo "TIMEOUT set to 5 minutes" - curl -o "temp.tar" "https://agile.bu.edu/local/ec504/hw2/p1/problem-1-staff.tar"; - tar -xf temp.tar - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ Loading