Try adding error logging to the jenkins script

Summary: Hopefully it'll make errors visible

Test Plan: deploy to jenkins

Reviewers: #reviewers

Differential Revision: https://hub.sealcode.org/D1069
This commit is contained in:
Kuba Orlik 2021-06-01 21:01:31 +02:00
parent 8d32a718d9
commit 0f5e536e22

View File

@ -23,5 +23,5 @@ docker-compose run --user="$UID"\
-p ${SEALIOUS_PORT}:${SEALIOUS_PORT} \
-d \
test \
/bin/sh -c "node . > log.txt" \
/bin/sh -c "node . > log.txt 2>&1" \
&& echo "App started on $SEALIOUS_PORT"