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:
parent
8d32a718d9
commit
0f5e536e22
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user