更新.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
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
|
default:
|
||||||
|
tags:
|
||||||
|
- game-develop
|
||||||
|
|
||||||
build-job: # This job runs in the build stage, which runs first.
|
build-job: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue