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

Commit 19f07be

Browse files
Merge pull request #27 from thefringeninja/brokeback-buildscript
don't succeed build if build doesn't succeed
2 parents a9d64f9 + 0240012 commit 19f07be

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)