更新.gitlab-ci.yml文件
This commit is contained in:
parent
fd1ca07c01
commit
6967481dca
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue