Skip to content

Commit

Permalink
Consistent bracing
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen authored Jan 9, 2025
1 parent c404448 commit afa3287
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/scripts/smoke-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
set -e -o pipefail ${RUNNER_DEBUG:+-x}

# Fill the variables before running the script
WORKDIR=$1
PROJECT=$2
SCAN_REGISTRY_USER=$3
SCAN_REGISTRY_PASSWORD=$4
SCAN_REPOSITORY=$5
RELEASE_VERSION=$6
WORKDIR=${1}
PROJECT=${2}
SCAN_REGISTRY_USER=${3}
SCAN_REGISTRY_PASSWORD=${4}
SCAN_REPOSITORY=${5}
RELEASE_VERSION=${6}
HAZELCAST_CLUSTER_SIZE=${7}
HZ_ENTERPRISE_LICENSE=${8}
HZ_MC_VERSION=${9}
Expand Down

0 comments on commit afa3287

Please sign in to comment.