Skip to content

Commit

Permalink
Re-generate pipeline from latest templates, fixing failure in testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
bgandon committed Nov 16, 2024
1 parent 35a1f1d commit 306890d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/testflight
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ YAML

for ig_name in $(spruce json ${MANIFEST_PATH} | jq -r ".instance_groups[].name"); do
vm_resources=$(
bosh int "${MANIFEST_PATH}" --path "/instance_groups/name=${ig_name}/vm_resources"
bosh int "${MANIFEST_PATH}" \
--path "/instance_groups/name=${ig_name}/vm_resources" \
2>/dev/null || true
)
if [[ -z "${vm_resources}" ]]; then
cat >> tmp/deployment-patches.yml <<YAML
Expand Down

0 comments on commit 306890d

Please sign in to comment.