Skip to content

Commit b1112b9

Browse files
Add no print directory option
1 parent 488bae1 commit b1112b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-tools/cloud/docker/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ VCS_REF=$(docker inspect -f '{{index .Config.Labels "org.label-schema.vcs-ref"}}
2626
CUSTOM_IMAGE_TAG=${CUSTOM_IMAGE_TAG:-"${STACK_VERSION}-${USER_NAME}-$(date +%s)"}
2727

2828
SNAPSHOT=true make -C $REPO_ROOT release-linux/${GOARCH}
29-
FLEET_VERSION=$(SNAPSHOT=true make -s -C $REPO_ROOT get-version)
29+
FLEET_VERSION=$(SNAPSHOT=true make -s --no-print-directory -C $REPO_ROOT get-version)
3030
echo "Fleet version: ${FLEET_VERSION}"
3131

3232
docker build \

0 commit comments

Comments
 (0)