diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9108130a2..516e22677 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,6 @@ image: gradle:eclipse-temurin # all stages need to be defined here stages: # TODO: Make stages depend on what is in versionProperties - - test_git - build_1_16_5 - build_1_17_1 - build_1_18_2 @@ -45,7 +44,7 @@ variables: - forge/build/libs/*.jar - quilt/build/libs/*.jar exclude: - # TODO: There is a lot of duplicate stuff here, fix it later to be smaller + # TODO: There is a lot of duplicate stuff here, try to maybe make it smaller - fabric/build/libs/*-all.jar - fabric/build/libs/*-sources.jar - forge/build/libs/*-all.jar @@ -56,12 +55,6 @@ variables: when: always extends: .build_java -test_git: - stage: test_git - script: - - git ls-tree HEAD - extends: .build_java - # 1.16.5 build build_1_16_5: