diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2018-10-01 16:32:13 +0200 |
---|---|---|
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | 2018-10-09 08:28:47 +0200 |
commit | 07fb4c0a995b1f66fb79a5ff6419542a9accaefe (patch) | |
tree | fc6aa8c86defca3a3114e6f2155cdc384ccfa09d /misc | |
parent | dab5fa2a04febc4681bba94f0d798819a0c35b66 (diff) |
Dockerfile generated via maven
Added creation of the Dockerfile inside the pom.xml
Change-Id: I8d8b8e33aa1aaa33f20b8480c6831c5f00948be7
Issue-ID: DMAAP-828
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dmaapbc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dmaapbc b/misc/dmaapbc index 0ade56b..cef472e 100644 --- a/misc/dmaapbc +++ b/misc/dmaapbc @@ -168,7 +168,7 @@ init() { while [ $rc != "200" ] do sleep 10 - rc=`curl -s -w "%{http_code}" -X GET -H "Content-Type: application/json" http://dmaap-bc:8080/webapi/dmaap` + rc=`curl -s -o /dev/null -I -w "%{http_code}" -X GET -H "Content-Type: application/json" http://dmaap-bc:8080/webapi/dmaap` echo "get dmaap response=${rc}" done |