Skip to content

Conversation

@app-autoscaler-ci-bot
Copy link
Contributor

Automatic version bump of java to ``
Package commit sha:

joergdw added 30 commits April 24, 2025 10:44
@app-autoscaler-ci-bot app-autoscaler-ci-bot added the dependencies Pull requests that update a dependency file label May 8, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 8, 2025

@joergdw
Copy link
Contributor

joergdw commented May 8, 2025

This has just been created to test PR #3731.

@joergdw joergdw closed this May 8, 2025
cf_admin_password="$(credhub get --quiet --name='/bosh-autoscaler/cf/cf_admin_password')"
cf auth admin "$cf_admin_password"
step 'login to cf'
cf api "https://api.${system_domain}" --skip-ssl-validation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
system_domain is referenced but not assigned. SC2154

popd > /dev/null
step "cleaning up from acceptance tests"
pushd "${ci_dir}/../src/acceptance" > /dev/null
retry 5 ./cleanup.sh
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
ci_dir is referenced but not assigned. SC2154

fi
step "deleting service broker for deployment '${deployment_name}'"
SERVICE_BROKER_EXISTS=$(cf service-brokers | grep -c "${service_broker_name}.${system_domain}" || true)
if [[ $SERVICE_BROKER_EXISTS == 1 ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
service_broker_name is referenced but not assigned. SC2154

local space_guid

cf_target "${autoscaler_org}" "${autoscaler_space}"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
autoscaler_org is referenced but not assigned. SC2154

local space_guid

cf_target "${autoscaler_org}" "${autoscaler_space}"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [shellcheck] reported by reviewdog 🐶
autoscaler_space is referenced but not assigned. SC2154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants