mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 00:17:37 +01:00
a6349b5605
GitOrigin-RevId: 665a9e3df84103ad40bce85cb5daecfb247b85fb
6 lines
255 B
Bash
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
|