Skip to content

Commit

Permalink
Fix Ubuntu vars. (GoogleCloudPlatform#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Marano authored Apr 21, 2021
1 parent 1adc7e5 commit 91d545b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions concourse/pipelines/partner-image-export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,35 +121,35 @@ resources:
bucket: gce-image-archive
json_key: |
((gcs-key.credential))
regexp: "partner/ubuntu/ubuntu-1804-lts-v([0-9]+).tar.gz"
regexp: "partner/ubuntu/ubuntu-1804-v([0-9]+).tar.gz"
- name: ubuntu-2004-gcs
type: gcs
source:
bucket: gce-image-archive
json_key: |
((gcs-key.credential))
regexp: "partner/ubuntu/ubuntu-2004-lts-v([0-9]+).tar.gz"
regexp: "partner/ubuntu/ubuntu-2004-v([0-9]+).tar.gz"
- name: ubuntu-pro-1604-gcs
type: gcs
source:
bucket: gce-image-archive
json_key: |
((gcs-key.credential))
regexp: "partner/ubuntu/ubuntu-pro-1604-lts-v([0-9]+).tar.gz"
regexp: "partner/ubuntu/ubuntu-pro-1604-v([0-9]+).tar.gz"
- name: ubuntu-pro-1804-gcs
type: gcs
source:
bucket: gce-image-archive
json_key: |
((gcs-key.credential))
regexp: "partner/ubuntu/ubuntu-pro-1804-lts-v([0-9]+).tar.gz"
regexp: "partner/ubuntu/ubuntu-pro-1804-v([0-9]+).tar.gz"
- name: ubuntu-pro-2004-gcs
type: gcs
source:
bucket: gce-image-archive
json_key: |
((gcs-key.credential))
regexp: "partner/ubuntu/ubuntu-pro-2004-lts-v([0-9]+).tar.gz"
regexp: "partner/ubuntu/ubuntu-pro-2004-v([0-9]+).tar.gz"

jobs:
# Export jobs
Expand Down

0 comments on commit 91d545b

Please sign in to comment.