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

Commit 7186074

Browse files
activate verbose logging
1 parent c75fd17 commit 7186074

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build .
1+
docker build --debug .

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
DOCKERTAG=${TRAVIS_TAG:-latest}
33

44
docker build \
5+
--debug
56
--build-arg TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER \
67
--build-arg MYGET_API_KEY=$MYGET_API_KEY \
78
--tag sql-stream-store-server:${DOCKERTAG} \

0 commit comments

Comments
 (0)