Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ competition: - done # # download document files - mkdir -p problem-3-testing-master/src/doc - for doc in "${docfiles[@]}"; do - curl -o "problem-3-testing-master/src/doc/$doc" "https://agile.bu.edu/local/ec504/hw1/p3/hw-1-p-3-staff/src/doc/$doc"; - done Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,7 @@ competition: - done # # download document files - mkdir -p problem-3-testing-master/src/doc - for doc in "${docfiles[@]}"; do - curl -o "problem-3-testing-master/src/doc/$doc" "https://agile.bu.edu/local/ec504/hw1/p3/hw-1-p-3-staff/src/doc/$doc"; - done Loading