From 11ab3c648ff3395032d14014e3b138039485d908 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 26 Feb 2017 20:50:03 -0800 Subject: Seems like network in the container takes a moment to work, added a sleep to build_upload_nightly to compensate --- build_upload_nightly | 1 + 1 file changed, 1 insertion(+) (limited to 'build_upload_nightly') diff --git a/build_upload_nightly b/build_upload_nightly index f5f21cb..315983a 100755 --- a/build_upload_nightly +++ b/build_upload_nightly @@ -7,6 +7,7 @@ lxc-start -n "$CONTAINER_NAME" if [ $? -ne 0 ]; then exit $? fi +sleep 10 echo Starting build by $BUILD_USER in $CONTAINER_NAME lxc-attach -n "$CONTAINER_NAME" -- /home/$BUILD_USER/blastem/build_nightly $BUILD_USER > /tmp/build_${name}_out.log if [ $? -ne 0 ]; then -- cgit v1.2.3