mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 12:39:08 +01:00
14 lines
421 B
Bash
14 lines
421 B
Bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
|
|
. "$DIR/prelude.sh"
|
|
|
|
set -o errexit
|
|
set -o verbose
|
|
|
|
activate_venv
|
|
$python -c 'import json; print(json.dumps([{
|
|
"name": "Wiki: Running Tests from Evergreen Tasks Locally",
|
|
"link": "https://github.com/mongodb/mongo/wiki/Running-Tests-from-Evergreen-Tasks-Locally",
|
|
"visibility": "public",
|
|
"ignore_for_fetch": True
|
|
}]))' > wiki_page_location.json
|