Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,9 @@ build-job: # This job runs in the build stage, which runs first. - mvn clean install -Djava-21 - echo "Compile complete." - echo "Building downloadable archive." - rm -rf /var/lib/apt/lists/* - apt update - apt-cache gencaches - apt install -y zip - de.ugoe.cs.swe.T3Q/build/build.sh - echo "Done." Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,9 @@ build-job: # This job runs in the build stage, which runs first. - mvn clean install -Djava-21 - echo "Compile complete." - echo "Building downloadable archive." - rm -rf /var/lib/apt/lists/* - apt update - apt-cache gencaches - apt install -y zip - de.ugoe.cs.swe.T3Q/build/build.sh - echo "Done." Loading