cicd
This commit is contained in:
parent
216290dd52
commit
288cfe2100
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ stages:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: Build
|
stage: Build
|
||||||
image: osx_11
|
tags:
|
||||||
|
- osx_11
|
||||||
before_script:
|
before_script:
|
||||||
- yarn
|
- yarn
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue