From 1a76004e99e9994261b31bc2c1076346cdc2059c Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Fri, 27 Sep 2019 11:43:52 -0600 Subject: [PATCH] .pipeline/config.yaml: rename dev stage to publish This should align with the "publish" pipeline defined in integration/config. Bug: T218360 Change-Id: Iba27755416843dd547ac1889d932a3b5ea9d1fd2 --- .pipeline/config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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] -- 2.20.1