Skip to content

Commit 1a4a875

Browse files
crazy-maxiQQBot
authored andcommitted
hack: align syntax
Signed-off-by: CrazyMax <[email protected]>
1 parent 3800a66 commit 1a4a875

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

hack/images

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ PUSH=$3
77
. $(dirname $0)/util
88
set -eu -o pipefail
99

10-
: ${RELEASE=false}
11-
: ${PLATFORMS=}
12-
: ${TARGET=}
10+
: "${RELEASE=false}"
11+
: "${PLATFORMS=}"
12+
: "${TARGET=}"
1313

1414
versionTag=$(git describe --always --tags --match "v[0-9]*")
1515

hack/test

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,25 @@
33
. $(dirname $0)/util
44
set -eu -o pipefail
55

6-
: ${GO_VERSION=}
7-
: ${HTTP_PROXY=}
8-
: ${HTTPS_PROXY=}
9-
: ${NO_PROXY=}
10-
: ${TEST_INTEGRATION=}
11-
: ${TEST_GATEWAY=}
12-
: ${TEST_DOCKERFILE=}
13-
: ${TEST_DOCKERD=}
14-
: ${TEST_DOCKERD_BINARY=$(which dockerd)}
15-
: ${TEST_REPORT_SUFFIX=}
16-
: ${TEST_KEEP_CACHE=}
17-
: ${GOBUILDFLAGS=}
18-
: ${VERIFYFLAGS=}
19-
: ${CGO_ENABLED=}
20-
: ${DOCKERFILE_RELEASES=}
21-
: ${BUILDKIT_WORKER_RANDOM=}
22-
: ${BUILDKITD_TAGS=}
6+
: "${GO_VERSION=}"
7+
: "${HTTP_PROXY=}"
8+
: "${HTTPS_PROXY=}"
9+
: "${NO_PROXY=}"
10+
11+
: "${TEST_INTEGRATION=}"
12+
: "${TEST_GATEWAY=}"
13+
: "${TEST_DOCKERFILE=}"
14+
: "${TEST_DOCKERD=}"
15+
: "${TEST_DOCKERD_BINARY=$(which dockerd)}"
16+
: "${TEST_REPORT_SUFFIX=}"
17+
: "${TEST_KEEP_CACHE=}"
18+
19+
: "${GOBUILDFLAGS=}"
20+
: "${VERIFYFLAGS=}"
21+
: "${CGO_ENABLED=}"
22+
: "${DOCKERFILE_RELEASES=}"
23+
: "${BUILDKIT_WORKER_RANDOM=}"
24+
: "${BUILDKITD_TAGS=}"
2325

2426
if [ "$TEST_DOCKERD" == "1" ]; then
2527
if [ ! -f "$TEST_DOCKERD_BINARY" ]; then

0 commit comments

Comments
 (0)