Skip to content

Commit fb7f3b5

Browse files
author
Anket Satbhai
committed
update entrypoint
1 parent 3a56a27 commit fb7f3b5

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

entrypoint.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
set -e
33

44
# Debugging info
5-
echo "Starting entrypoint script..."
6-
echo "Current User: $(whoami)"
7-
echo "Working Directory: $(pwd)"
8-
echo "AWS Region: ${AWS_REGION:-not set}"
9-
echo "EKS Cluster: ${EKS_CLUSTER_NAME:-not set}"
10-
echo "GCP Project: ${GCP_PROJECT_ID:-not set}"
11-
echo "GKE Cluster: ${GKE_CLUSTER_NAME:-not set}"
5+
# echo "Starting entrypoint script..."
6+
# echo "Current User: $(whoami)"
7+
# echo "Working Directory: $(pwd)"
8+
# echo "AWS Region: ${AWS_REGION:-not set}"
9+
# echo "EKS Cluster: ${EKS_CLUSTER_NAME:-not set}"
10+
# echo "GCP Project: ${GCP_PROJECT_ID:-not set}"
11+
# echo "GKE Cluster: ${GKE_CLUSTER_NAME:-not set}"
1212

1313
# Function to check file existence and non-emptiness
1414
check_file_exists() {
@@ -93,9 +93,9 @@ if [[ "$PROVIDER" == "aws" ]]; then
9393
elif [[ "$PROVIDER" == "gcp" ]]; then
9494
echo "🔹 GCP authentication is enabled. Performing GCP login..."
9595
gcp_gke_login
96-
else
97-
echo "⚠️ Unknown or unspecified provider: ${PROVIDER:-none}"
98-
echo "⚠️ Skipping cloud provider authentication."
96+
# else
97+
# echo "⚠️ Unknown or unspecified provider: ${PROVIDER:-none}"
98+
# echo "⚠️ Skipping cloud provider authentication."
9999
fi
100100

101101
# Initialize command with base command

0 commit comments

Comments
 (0)