Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
orouz committed Sep 22, 2024
1 parent 93b817e commit ecff9ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/deployment-manager/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ ALLOW_SSH=true
ZONE=${ZONE:-us-central1-a}
ROLE="roles/resourcemanager.projectIamAdmin"

echo "FOO1: $ELASTIC_ARTIFACT_SERVER"
ELASTIC_ARTIFACT_SERVER=${ELASTIC_ARTIFACT_SERVER%/} # Remove trailing slash if present
ELASTIC_ARTIFACT_SERVER=${ELASTIC_ARTIFACT_SERVER:-https://artifacts.elastic.co/downloads/beats/elastic-agent}
echo "FOO2: $ELASTIC_ARTIFACT_SERVER"
SERVICE_ACCOUNT_NAME=${SERVICE_ACCOUNT_NAME:-false}

# Set environment variables with the name and number of your project.
Expand Down

0 comments on commit ecff9ef

Please sign in to comment.