From fefd09262523254acd77ae4dd6acd1d654b063a3 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Mon, 13 Jun 2022 18:30:01 +0200 Subject: [PATCH] fix pipeline --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9cac37..30fffef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: stages: - build - - 1.19 + - 1.19.0 - 1.18.2 - 1.17.1 - 1.16.5 @@ -26,8 +26,8 @@ build: - "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile --only-map" - 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify' -latest: - stage: latest +1.19.0: + stage: 1.19.0 script: - "cd wrapper && python3 PixLyzer.py --only-version=1.19 --dont-compile"