Skip to content

Commit

Permalink
Adds mtar bucket for release in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Oct 1, 2024
1 parent 56e6b99 commit 35e30aa
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ci/autoscaler/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ resources:
regexp: releases/app-autoscaler-acceptance-tests-v(.*).tgz
initial_path: releases/app-autoscaler-acceptance-tests-v0.0.1.tgz

- name: mtar-bucket
type: gcs-resource
source:
bucket: app-autoscaler-releases
json_key: ((autoscaler_releases_uploader_key))
regexp: releases/app-autoscaler-v(.*).mtar
initial_path: releases/app-autoscaler-v0.0.1.mtar

- name: golang-release
type: git
icon: github
Expand Down Expand Up @@ -518,6 +526,9 @@ jobs:
- put: acceptance-tests-bucket
params:
file: "build/artifacts/app-autoscaler-acceptance-tests-v*.tgz"
- put: mtar-bucket
params:
file: "build/artifacts/app-autoscaler-release-v*.mtar"
- put: gh-release
params:
name: build/name
Expand Down

0 comments on commit 35e30aa

Please sign in to comment.