36 lines
781 B
YAML
36 lines
781 B
YAML
pipelines:
|
|
publish:
|
|
blubberfile: blubber.yaml
|
|
stages:
|
|
- name: dev
|
|
build: dev
|
|
publish:
|
|
image:
|
|
tags: [dev]
|
|
wmf-publish:
|
|
blubberfile: blubber.yaml
|
|
fetch:
|
|
shallow: true
|
|
depth: 50
|
|
submodules: true
|
|
stages:
|
|
- name: build
|
|
build:
|
|
variant: production
|
|
excludes:
|
|
- .git
|
|
- node_modules
|
|
|
|
- name: publish
|
|
publish:
|
|
image:
|
|
id: "${build.imageID}"
|
|
name: mediawiki
|
|
tags: [ "${setup.branch}" ]
|
|
|
|
- name: update-train-versions
|
|
trigger:
|
|
name: update-train-versions
|
|
parameters:
|
|
TRAIN_VERSION: "${setup.branch}"
|
|
IMAGE_TAG: "${publish.imageTag}"
|