From 490d7ccb06ae58e5a737fe3126b6eb64e9b55d1d Mon Sep 17 00:00:00 2001 From: Topilski Date: Wed, 18 Sep 2024 08:36:30 +0300 Subject: [PATCH] CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66a7f9b..d7bb9f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: debian:buster-slim +image: debian:bullseye-slim variables: GIT_SUBMODULE_STRATEGY: recursive @@ -15,7 +15,7 @@ build: stage: build script: - - ./build.py --release + - ./build.py release tags: - fastogt