Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ compile: stage: build script: - ls -la - find . -name MyDistinctCounter.java - echo "Compiling code" - 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 Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ compile: stage: build script: - ls -la - find . -name MyDistinctCounter.java - echo "Compiling code" - 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 Loading