From 2fbf756d269dac69e932de61436956a67716ed36 Mon Sep 17 00:00:00 2001 From: aram price Date: Mon, 22 Jun 2026 16:37:44 -0700 Subject: [PATCH 1/2] coderabbit nit fixes https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/661 --- ci/pipeline-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline-template.yml b/ci/pipeline-template.yml index 0496c9b13..7308b5919 100644 --- a/ci/pipeline-template.yml +++ b/ci/pipeline-template.yml @@ -1469,7 +1469,7 @@ resources: source: bucket: bosh-gce-raw-stemcells-new json_key: ((gcp_json_key)) - regexp: bosh-stemcell-([0-9\.]+)-google-kvm-ubuntu-*-raw.tar.gz + regexp: bosh-stemcell-([0-9.]+)-google-kvm-ubuntu-[a-z]+-raw.tar.gz type: gcs-resource - name: candidate-aws-light-(@= data.values.stemcell_details.os_name @)-stemcell-(@= str(data.values.stemcell_details.major_version) @) From a441ea74079bb34409e0d9c628169ff815066c53 Mon Sep 17 00:00:00 2001 From: aram price Date: Mon, 22 Jun 2026 16:38:08 -0700 Subject: [PATCH 2/2] coderabbit nit fixes https://github.com/cloudfoundry/bosh-linux-stemcell-builder/issues/662 --- ci/tasks/light-google/make-raw-from-heavy-stemcell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/tasks/light-google/make-raw-from-heavy-stemcell.sh b/ci/tasks/light-google/make-raw-from-heavy-stemcell.sh index 0603fc587..357103b1b 100755 --- a/ci/tasks/light-google/make-raw-from-heavy-stemcell.sh +++ b/ci/tasks/light-google/make-raw-from-heavy-stemcell.sh @@ -19,7 +19,7 @@ stemcell_url() { resource="/${STEMCELL_BUCKET_PATH}/${name}" - if [ ! -z "$AWS_ACCESS_KEY_ID" ]; then + if [ ! -z "${AWS_ACCESS_KEY_ID}" ]; then expires=$(date +%s) expires=$((expires + 30))