From 22b3e793c48a75c0bddcfd39ac5667fa83610d81 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Wed, 29 Nov 2023 01:11:15 +0000 Subject: [PATCH] SERVER-79754 hardcode engflow git url --- evergreen/engflow_workspace_status.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/evergreen/engflow_workspace_status.sh b/evergreen/engflow_workspace_status.sh index 0165bbfd6a1..99499242aa4 100755 --- a/evergreen/engflow_workspace_status.sh +++ b/evergreen/engflow_workspace_status.sh @@ -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