0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 00:17:37 +01:00

SERVER-80655: reduce logging in release tasks

This commit is contained in:
dylrich 2023-09-01 14:10:03 +00:00 committed by Evergreen Agent
parent 847fa22207
commit 78863f4295

View File

@ -1,10 +1,6 @@
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/prelude.sh"
. ./notary_env.sh
set -o verbose
packagesfile=packages.tgz
curl https://s3.amazonaws.com/mciuploads/${project}/${build_variant}/${revision}/artifacts/${build_id}-packages.tgz >> $packagesfile
@ -18,6 +14,8 @@ podman run \
cd src
. ./notary_env.sh
set -o errexit
CURATOR_RELEASE=${curator_release}