Added a temporary ci stage to test git

This commit is contained in:
coolGi
2023-08-08 20:36:35 +09:30
parent 092fc45a36
commit 32d8553b9b
+7
View File
@@ -6,6 +6,7 @@ image: gradle:eclipse-temurin
# all stages need to be defined here # all stages need to be defined here
stages: stages:
# TODO: Make stages depend on what is in versionProperties # TODO: Make stages depend on what is in versionProperties
- test_git
- build_1_16_5 - build_1_16_5
- build_1_17_1 - build_1_17_1
- build_1_18_2 - build_1_18_2
@@ -55,6 +56,12 @@ variables:
when: always when: always
extends: .build_java extends: .build_java
test_git:
stage: test_git
script:
- git ls-tree HEAD
extends: .build_java
# 1.16.5 build # 1.16.5 build
build_1_16_5: build_1_16_5: