fix output to neat
This commit is contained in:
parent
a2a4909a9a
commit
4c1f49df3e
@ -6,7 +6,7 @@ DOCKER_BUILD_PATH=$HONESTY_API_DOCKER_BUILD_PATH
|
||||
DOCKER_RUN_PATH=$HONESTY_API_DOCKER_RUN_PATH
|
||||
TG_CHATID=$HONESTY_TG_CHATID
|
||||
|
||||
echo "Content-type: text/html"
|
||||
echo "Content-type: text/plain"
|
||||
echo ""
|
||||
|
||||
COMMIT_ID=$(git -C $GIT_PATH log -n 1 --abbrev=7 --pretty=format:"%h")
|
||||
|
@ -6,7 +6,7 @@ DOCKER_BUILD_PATH=$HONESTY_UI_DOCKER_BUILD_PATH
|
||||
DOCKER_RUN_PATH=$HONESTY_UI_DOCKER_RUN_PATH
|
||||
TG_CHATID=$HONESTY_TG_CHATID
|
||||
|
||||
echo "Content-type: text/html"
|
||||
echo "Content-type: text/plain"
|
||||
echo ""
|
||||
|
||||
COMMIT_ID=$(git -C $GIT_PATH log -n 1 --abbrev=7 --pretty=format:"%h")
|
||||
|
Loading…
x
Reference in New Issue
Block a user