1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud.git synced 2025-03-09 23:18:50 +00:00
This commit is contained in:
Topilski 2024-09-18 08:36:30 +03:00
parent 89bfe5030e
commit 490d7ccb06

View file

@ -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