KASM-6904 Debug CI

This commit is contained in:
Dmitry Maksyoma 2025-03-12 16:32:48 +13:00
parent 2912aa653c
commit 2bd7e9497a
No known key found for this signature in database

View File

@ -22,6 +22,7 @@ workflow:
stages: stages:
- www - www
- build - build
# - test
- upload - upload
.prepare_build: &prepare_build .prepare_build: &prepare_build
@ -712,14 +713,14 @@ build_alpine_317_arm:
paths: paths:
- output/ - output/
test: # test:
stage: test # stage: test
tags: # tags:
- oci-fixed-amd # - oci-fixed-amd
before_script: # before_script:
- *prepare_build # - *prepare_build
script: # script:
- bash builder/test-vncserver # - bash builder/test-vncserver
build_alpine_318: build_alpine_318: