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:
parent
4d7e90a62f
commit
22b3e793c4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user