Skip to content

Commit 270c13d

Browse files
authored
Merge pull request #37181 from vespa-engine/arnej/disable-shell-check
allow unquoted variable expansion [MERGEOK]
2 parents df664af + 2d2e078 commit 270c13d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.buildkite/build-container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ fi
6767
echo "--- Building Vespa preview container"
6868
GHCR_PREVIEW_TAG=ghcr.io/vespa-engine/vespa-preview-${ARCH}:${VESPA_VERSION}${VESPA_CONTAINER_IMAGE_VERSION_TAG_SUFFIX}
6969
echo "Building container with tag: ${GHCR_PREVIEW_TAG}"
70+
# shellcheck disable=SC2086
7071
docker build --progress plain \
7172
--build-arg SOURCE_GITREF="$SOURCE_GITREF" \
7273
--build-arg VESPA_VERSION="$VESPA_VERSION" \

0 commit comments

Comments
 (0)