Browse Source

Telling concourse not to download the created image

develop
Drew Short 4 years ago
parent
commit
21a304cb15
  1. 2
      pipeline.yml

2
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}
Loading…
Cancel
Save