Skip to content

Commit 2bcc60e

Browse files
authored
Merge pull request #1078 from Unity-Technologies/move-mono-build-tools-extra
Move the location of mono-build-tools-extra
2 parents e9a58d8 + 411ac84 commit 2bcc60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/buildscripts/build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
{
276276
# Check out on the fly
277277
print(">>> Checking out mono build tools extra to : $extraBuildTools\n");
278-
my $repo = 'git@gitlab.internal.unity3d.com:vm/mono-build-tools-extra.git';
278+
my $repo = 'git@github.cds.internal.unity3d.com:unity/mono-build-tools-exta.git';
279279
print(">>> Cloning $repo at $extraBuildTools\n");
280280
my $checkoutResult = system("git", "clone", "--recurse-submodules", $repo, "$extraBuildTools");
281281

0 commit comments

Comments
 (0)