fix pipeline

This commit is contained in:
Bixilon 2022-06-13 18:30:01 +02:00
parent 93be1fb5e5
commit fefd092625
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -13,7 +13,7 @@ cache:
stages: stages:
- build - build
- 1.19 - 1.19.0
- 1.18.2 - 1.18.2
- 1.17.1 - 1.17.1
- 1.16.5 - 1.16.5
@ -26,8 +26,8 @@ build:
- "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile --only-map" - "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile --only-map"
- 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify' - 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify'
latest: 1.19.0:
stage: latest stage: 1.19.0
script: script:
- "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile" - "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile"