This is an automated email from the ASF dual-hosted git repository.

dimas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 895a6e48f Fix exec flags on getting-started scripts (#2878)
895a6e48f is described below

commit 895a6e48fd99bd74740d2ab0e9a733755805ceda
Author: Dmitri Bourlatchkov <[email protected]>
AuthorDate: Thu Oct 23 14:03:38 2025 -0400

    Fix exec flags on getting-started scripts (#2878)
    
    * Add `+x` to script source files
    * Remove (unnecessary) `chmod` from docs
---
 getting-started/assets/cloud_providers/deploy-aws.sh                     | 0
 getting-started/assets/cloud_providers/deploy-azure.sh                   | 0
 getting-started/assets/cloud_providers/deploy-gcp.sh                     | 0
 .../getting-started/deploying-polaris/cloud-deploy/deploy-aws.md         | 1 -
 .../getting-started/deploying-polaris/cloud-deploy/deploy-azure.md       | 1 -
 .../getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md         | 1 -
 6 files changed, 3 deletions(-)

diff --git a/getting-started/assets/cloud_providers/deploy-aws.sh 
b/getting-started/assets/cloud_providers/deploy-aws.sh
old mode 100644
new mode 100755
diff --git a/getting-started/assets/cloud_providers/deploy-azure.sh 
b/getting-started/assets/cloud_providers/deploy-azure.sh
old mode 100644
new mode 100755
diff --git a/getting-started/assets/cloud_providers/deploy-gcp.sh 
b/getting-started/assets/cloud_providers/deploy-gcp.sh
old mode 100644
new mode 100755
diff --git 
a/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md
 
b/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md
index d62e13e09..485365d59 100644
--- 
a/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md
+++ 
b/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md
@@ -37,7 +37,6 @@ The requirements to run the script below are:
   * "sts:AssumeRole" on the same role as the Instance Profile role of the EC2 
instance on which you are running this script. Additionally, you should ensure 
that the Instance Profile contains a trust policy that allows the role to trust 
itself to be assumed.
 
 ```shell
-chmod +x getting-started/assets/cloud_providers/deploy-aws.sh
 export ASSETS_PATH=$(pwd)/getting-started/assets/
 export CLIENT_ID=root
 export CLIENT_SECRET=s3cr3t
diff --git 
a/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md
 
b/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md
index 4d25f86af..ce265391f 100644
--- 
a/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md
+++ 
b/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md
@@ -32,7 +32,6 @@ The requirements to run the script below are:
 * Assign a System-Assigned Managed Identity to the Azure VM.
 
 ```shell
-chmod +x getting-started/assets/cloud_providers/deploy-azure.sh
 export ASSETS_PATH=$(pwd)/getting-started/assets/
 export CLIENT_ID=root
 export CLIENT_SECRET=s3cr3t
diff --git 
a/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md
 
b/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md
index 384433d83..dfb47bc78 100644
--- 
a/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md
+++ 
b/site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md
@@ -32,7 +32,6 @@ The requirements to run the script below are:
 * Ensure the VM's Principal has access to at least Read-only scope on Compute 
Engine: `compute.readonly`.
 
 ```shell
-chmod +x getting-started/assets/cloud_providers/deploy-gcp.sh
 export ASSETS_PATH=$(pwd)/getting-started/assets/
 export CLIENT_ID=root
 export CLIENT_SECRET=s3cr3t

Reply via email to