Skip to content

Commit

Permalink
platform wis from proper path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrWinston committed Jan 30, 2025
1 parent e67e09b commit e8180be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions hack/devtools/local_dev_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ set -o pipefail
# The steps here are the ones defined in docs/deploy-development-rp.md
# We recommend to use this script after you understand the steps of the process, not before.

set -x
PLATFORM_WORKLOAD_IDENTITY_ROLE_SETS="$(cat "$(dirname "$0")/platform_workload_identity_role_sets.json")"
set +x
if [[ "${BASH_SOURCE[0]}" == "" ]]; then
PLATFORM_WORKLOAD_IDENTITY_ROLE_SETS="$(cat "$(dirname "$0")/platform_workload_identity_role_sets.json")"
else
PLATFORM_WORKLOAD_IDENTITY_ROLE_SETS="$(cat "$(dirname -- "${BASH_SOURCE[0]}")/platform_workload_identity_role_sets.json")"
fi

build_development_az_aro_extension() {
echo "INFO: Building development az aro extension..."
Expand Down

0 comments on commit e8180be

Please sign in to comment.