mirror of
https://github.com/mattermost/focalboard.git
synced 2025-02-07 19:30:18 +02:00
This reverts commit 2d0dde21dd8d570e1247ec6db7b95a14f9ad4f2e. Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
13 lines
220 B
YAML
13 lines
220 B
YAML
stages:
|
|
- build
|
|
- s3
|
|
|
|
variables:
|
|
BUILD: "yes"
|
|
IMAGE_BUILDER: $CI_REGISTRY/mattermost/ci/images/builder:go-1.18.1-node-16.15.0-1
|
|
|
|
include:
|
|
- project: mattermost/ci/focalboard
|
|
ref: main
|
|
file: private.yml
|