-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Context, I need to modify an existing pipeline to grab the specific version of a file, in this case kubo-pipeline-store/dev-builds/kubo-deployment-0.37.0-dev.5.tgz
After looking at the readme for IN, I thought this would work:
- name: kubo-deployment
type: gcs
source:
json_key: ((gcs-json-key))
bucket: kubo-pipeline-store
filename: dev-builds/kubo-deployment-0.37.0-dev.5.tgz
However, it did not. Here is my work-around:
- name: kubo-deployment
type: gcs
source:
json_key: ((gcs-json-key))
bucket: kubo-pipeline-store
regexp: dev-builds/kubo-deployment-(.*).tgz
version: 0.37.0-dev.5
Metadata
Metadata
Assignees
Labels
No labels