We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 276895a commit 8a89e2cCopy full SHA for 8a89e2c
tools/src/test/proto/test.sh
@@ -11,7 +11,7 @@ TEST_RES_DIR='tools/src/test/resources'
11
REMOTE="https://github.com/${GITHUB_REPOSITORY:-CycloneDX/specification}.git"
12
13
BUF_IMAGE_VERSION='1.50.0'
14
-BUF_IMAGE="bufbuild/buf:$BUF_IMAGE_VERSION"
+BUF_IMAGE="bufbuild/buf:${BUF_IMAGE_VERSION}"
15
16
LOG_FORMAT='text' # set to 'json' to see details
17
if [[ -n "${GITHUB_WORKFLOW:-}" ]]
@@ -88,7 +88,7 @@ function schema-breaking-remote () {
88
--workdir '/workspace' \
89
"$BUF_IMAGE" \
90
breaking --path "$SCHEMA_DIR" \
91
- --against "${REMOTE}" \
+ --against "$REMOTE" \
92
--error-format "$LOG_FORMAT"
93
94
echo '>> OK.' >&2
0 commit comments