Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 0240012

Browse files
don't succeed build if build doesn't succeed
1 parent a9d64f9 commit 0240012

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ docker build \
55
--build-arg TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER \
66
--build-arg MYGET_API_KEY=$MYGET_API_KEY \
77
--tag sql-stream-store-server:${DOCKERTAG} \
8-
.
9-
8+
. && \
109
docker images --filter=reference="sql-stream-store-server:${DOCKERTAG}"

0 commit comments

Comments
 (0)