Skip to content

Commit

Permalink
apply pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Apr 29, 2024
1 parent e1a790c commit 52645bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checks/zeebe/connectivity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ download_zeebe_protofile(){
local curl_download_command
curl_download_command="curl -f \"https://raw.githubusercontent.com/camunda/zeebe/${ZEEBE_VERSION}/zeebe/gateway-protocol/src/main/proto/gateway.proto\" -o \"$PROTO_FILE\""
echo "[INFO] Running command: ${curl_download_command}"

if eval "${curl_download_command}"; then
echo "[INFO] Successfuly downloaded proto file for Zeebe=${ZEEBE_VERSION}"
else
Expand Down Expand Up @@ -208,10 +208,10 @@ check_grpc
# Check zbctl status
check_zbctl() {
echo "[INFO] Checking zbctl status to $ZEEBE_HOST..."

local zbctl_command
zbctl_command="ZEEBE_TOKEN_SCOPE=${ZEEBE_TOKEN_SCOPE} zbctl status --address \"${ZEEBE_HOST}\" --authzUrl \"${ZEEBE_AUTHORIZATION_SERVER_URL}\" --clientId \"${ZEEBE_CLIENT_ID}\" --clientSecret \"${ZEEBE_CLIENT_SECRET}\" --audience \"${ZEEBE_TOKEN_AUDIENCE}\" ${EXTRA_FLAGS_ZBCTL}"

echo "[INFO] Running command: ${zbctl_command}"

if eval "${zbctl_command}"; then
Expand Down

0 comments on commit 52645bd

Please sign in to comment.