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

SERVER-79754 hardcode engflow git url

This commit is contained in:
Daniel Moody 2023-11-29 01:11:15 +00:00 committed by Evergreen Agent
parent 4d7e90a62f
commit 22b3e793c4

View File

@ -11,9 +11,4 @@ else
status="modified"
fi
echo BUILD_SCM_STATUS $status
REMOTE=$(git remote)
REMOTE_URL=$(git remote get-url $REMOTE)
if [[ $? == 0 ]]; then
echo BUILD_SCM_REMOTE $REMOTE_URL
fi
echo BUILD_SCM_REMOTE git@github.com:10gen/mongo.git