Loading .gitlab-ci.yml +4 −3 Original line number Diff line number Diff line stages: - build - build_data_structures - build_colorer - test - compete compile_data_structures: stage: build stage: build_data_structures script: - echo "Compiling data structure code for $GITLAB_USER_LOGIN" - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw2/problem-1-testing/-/archive/master/problem-1-testing-master.tar -o temp.tar Loading Loading @@ -35,7 +36,7 @@ test_data_structures: tags: [java] compile_colorer: stage: build stage: build_colorer script: - echo "Compiling data structure code for $GITLAB_USER_LOGIN" - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw2/problem-1-testing/-/archive/master/problem-1-testing-master.tar -o temp.tar Loading Loading
.gitlab-ci.yml +4 −3 Original line number Diff line number Diff line stages: - build - build_data_structures - build_colorer - test - compete compile_data_structures: stage: build stage: build_data_structures script: - echo "Compiling data structure code for $GITLAB_USER_LOGIN" - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw2/problem-1-testing/-/archive/master/problem-1-testing-master.tar -o temp.tar Loading Loading @@ -35,7 +36,7 @@ test_data_structures: tags: [java] compile_colorer: stage: build stage: build_colorer script: - echo "Compiling data structure code for $GITLAB_USER_LOGIN" - curl https://agile.bu.edu/gitlab/configs/ec504-configs/hw2/problem-1-testing/-/archive/master/problem-1-testing-master.tar -o temp.tar Loading