Skip to content

Commit

Permalink
Use a subfolder in the release bucket
Browse files Browse the repository at this point in the history
The tekton release bucket shall host releases for all relevant
tekton projects. Pipeline should use its own dedicated subfolder.
  • Loading branch information
afrittoli committed Oct 8, 2019
1 parent 7962731 commit d1ff217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: type
value: gcs
- name: location
value: gs://tekton-releases
value: gs://tekton-releases/pipeline
- name: dir
value: "y"
---
Expand Down Expand Up @@ -176,4 +176,4 @@ spec:
type: image
params:
- name: url
value: vendor/github.com/googlecloudplatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher # Registry is provided via parameter, this is a hack see #569
value: vendor/github.com/googlecloudplatform/cloud-builders/gcs-fetcher/cmd/gcs-fetcher # Registry is provided via parameter, this is a hack see #569

0 comments on commit d1ff217

Please sign in to comment.