12 lines
136 B
YAML
12 lines
136 B
YAML
|
stages:
|
||
|
- build
|
||
|
- s3
|
||
|
|
||
|
variables:
|
||
|
BUILD: "yes"
|
||
|
|
||
|
include:
|
||
|
- project: mattermost/ci/focalboard
|
||
|
ref: main
|
||
|
file: private.yml
|