Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ competition: script: - 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/ - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ - cd problem-1-testing-master/src - javac edu/bu/ec504/hw2/p1/GraphColorCompetition.java - java edu/bu/ec504/hw2p2/GraphColorCompetition $GITLAB_USER_LOGIN Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ competition: script: - 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/ - cp -rf p1staff/src/edu/bu/ec504/hw2/p1/GraphColorCompetition.java problem-1-testing-master/src/edu/bu/ec504/hw2/p1/ - cd problem-1-testing-master/src - javac edu/bu/ec504/hw2/p1/GraphColorCompetition.java - java edu/bu/ec504/hw2p2/GraphColorCompetition $GITLAB_USER_LOGIN Loading