wiki.techinc.nl/.pipeline/config.yaml
Dan Duvall 96544d33c3 pipeline: Drop "core" suffix from wmf branch image names
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
2021-02-05 10:46:33 -08:00

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}" ]