Skip to content

Commit

Permalink
Remove unused script source from bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ShakutaiGit committed Feb 26, 2025
1 parent 3c407d7 commit bdb0886
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions devops/terraform/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ else
az storage account show --resource-group "$TF_VAR_mgmt_resource_group_name" --name "$TF_VAR_mgmt_storage_account_name" --output table
fi

# shellcheck disable=SC1091
source ../scripts/mgmtstorage_enable_public_access.sh

# Grant user blob data contributor permissions
echo -e "\n\e[34m»»» 🔑 \e[96mGranting Storage Blob Data Contributor role to the current user\e[0m..."
if [ -n "${ARM_CLIENT_ID:-}" ]; then
Expand Down

0 comments on commit bdb0886

Please sign in to comment.