0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 00:17:37 +01:00
mongodb/evergreen/write_mongo_binary_url_to_downstream_expansions.sh
Mikhail Shchatko a6349b5605 SERVER-90565 Re-enable evergreen yml lint rules (#22248)
GitOrigin-RevId: 665a9e3df84103ad40bce85cb5daecfb247b85fb
2024-05-16 18:07:16 +00:00

6 lines
255 B
Bash

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/prelude.sh"
touch downstream_expansions.yaml
echo "${build_variant}-mongo-binaries: https://mciuploads.s3.amazonaws.com/${mongo_binaries}" 2>&1 | tee downstream_expansions.yaml