From b46c809544137f0f767d91dd075205159e6c2763 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 22 Dec 2018 12:34:30 -0800 Subject: [PATCH] source ci/upload-ci-artifact.sh --- ci/testnet-deploy.sh | 2 +- ci/testnet-sanity.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index bcdf241e9b..82781ea887 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -2,6 +2,7 @@ set -e cd "$(dirname "$0")"/.. +source ci/upload-ci-artifact.sh zone= bootstrapFullNodeAddress= @@ -147,7 +148,6 @@ shutdown() { exitcode=$? set +e - echo "--- Upload artifacts" for logfile in net/log/*; do if [[ -f $logfile ]]; then upload-ci-artifact "$logfile" diff --git a/ci/testnet-sanity.sh b/ci/testnet-sanity.sh index 5ea38b1346..4e4addd61d 100755 --- a/ci/testnet-sanity.sh +++ b/ci/testnet-sanity.sh @@ -2,6 +2,7 @@ set -e cd "$(dirname "$0")/.." +source ci/upload-ci-artifact.sh usage() { exitcode=0 @@ -35,7 +36,6 @@ shutdown() { exitcode=$? set +e - echo "--- Upload artifacts" for logfile in net/log/*; do if [[ -f $logfile ]]; then upload-ci-artifact "$logfile"