Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ competition: stage: compete script: - echo "Running competition for $GITLAB_USER_LOGIN" - echo "TIMEOUT set to 5 minutes" - echo "TIMEOUT set to 10 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 @@ -82,5 +82,5 @@ competition: dependencies: - test_data_structures - test_graph_colorer timeout: 5 minutes timeout: 10 minutes tags: [java] Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ competition: stage: compete script: - echo "Running competition for $GITLAB_USER_LOGIN" - echo "TIMEOUT set to 5 minutes" - echo "TIMEOUT set to 10 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 @@ -82,5 +82,5 @@ competition: dependencies: - test_data_structures - test_graph_colorer timeout: 5 minutes timeout: 10 minutes tags: [java]