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"