更新.gitlab-ci.yml文件

This commit is contained in:
skeleton 2024-10-13 06:58:05 +00:00
parent fd1ca07c01
commit 6967481dca
1 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,10 @@ stages: # List of stages for jobs, and their order of execution
- build
- deploy
default:
tags:
- game-develop
build-job: # This job runs in the build stage, which runs first.
stage: build
script: