Skip to content

Commit 8a89e2c

Browse files
committed
style: streamlined test script
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 276895a commit 8a89e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/src/test/proto/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEST_RES_DIR='tools/src/test/resources'
1111
REMOTE="https://github.com/${GITHUB_REPOSITORY:-CycloneDX/specification}.git"
1212

1313
BUF_IMAGE_VERSION='1.50.0'
14-
BUF_IMAGE="bufbuild/buf:$BUF_IMAGE_VERSION"
14+
BUF_IMAGE="bufbuild/buf:${BUF_IMAGE_VERSION}"
1515

1616
LOG_FORMAT='text' # set to 'json' to see details
1717
if [[ -n "${GITHUB_WORKFLOW:-}" ]]
@@ -88,7 +88,7 @@ function schema-breaking-remote () {
8888
--workdir '/workspace' \
8989
"$BUF_IMAGE" \
9090
breaking --path "$SCHEMA_DIR" \
91-
--against "${REMOTE}" \
91+
--against "$REMOTE" \
9292
--error-format "$LOG_FORMAT"
9393

9494
echo '>> OK.' >&2

0 commit comments

Comments
 (0)