From 21a304cb151c5a0d7afc41fc44fe3f4c4a258130 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 12 Jan 2020 09:54:48 -0600 Subject: [PATCH] Telling concourse not to download the created image --- pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline.yml b/pipeline.yml index 647f53d..9d77e0e 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -156,6 +156,7 @@ jobs: build: package tag_file: package/tag tag_as_latest: false + get_params: {skip_download: true} - put: matrix-notification params: msgtype: m.notice @@ -278,3 +279,4 @@ jobs: build: package tag_file: package/tag tag_as_latest: true + get_params: {skip_download: true}