Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ stages: compile: stage: build script: - echo "Compiling code" - echo "Compiling code for $GITLAB_USER_LOGIN" - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw1/problem-1-testing/-/archive/master/problem-1-testing-master.tar?path=src -o test.tar - tar -xvf test.tar - cp src/edu/bu/ec504/hw1p1/MyDistinctCounter.java problem-1-testing-master-src/src/edu/bu/ec504/hw1p1/ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ stages: compile: stage: build script: - echo "Compiling code" - echo "Compiling code for $GITLAB_USER_LOGIN" - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw1/problem-1-testing/-/archive/master/problem-1-testing-master.tar?path=src -o test.tar - tar -xvf test.tar - cp src/edu/bu/ec504/hw1p1/MyDistinctCounter.java problem-1-testing-master-src/src/edu/bu/ec504/hw1p1/ Loading