Image names are derived from the project patch by default, in this case "mediawiki-core". However, single-version images published from building WMF branches contain core+extensions+skins+vendor. Let's name them simply "mediawiki". Change-Id: I7123a0db4e05b4716c180c3ecf72a541a08f4215
28 lines
576 B
YAML
28 lines
576 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}" ]
|