From: Brennen Bearnes Date: Fri, 27 Sep 2019 17:43:52 +0000 (-0600) Subject: .pipeline/config.yaml: rename dev stage to publish X-Git-Tag: 1.34.0-rc.0~66^2 X-Git-Url: http://git.cyclocoop.org/%27http:/code.google.com/p/ie7-js/%22%24curUrl/%24image?a=commitdiff_plain;h=1a76004e99e9994261b31bc2c1076346cdc2059c;p=lhc%2Fweb%2Fwiklou.git .pipeline/config.yaml: rename dev stage to publish This should align with the "publish" pipeline defined in integration/config. Bug: T218360 Change-Id: Iba27755416843dd547ac1889d932a3b5ea9d1fd2 --- diff --git a/.pipeline/config.yaml b/.pipeline/config.yaml index 08f1db86e4..f69ba9860f 100644 --- a/.pipeline/config.yaml +++ b/.pipeline/config.yaml @@ -2,8 +2,7 @@ pipelines: publish: blubberfile: blubber.yaml stages: - - name: dev + - name: publish build: dev publish: image: true - tags: [dev]