Update MM:S version in CI, dependency checkout scripts and sample extensions (#1885)
* Update MM:S version in CI, dependency checkout scripts and sample extensions * Update MM:S version in CI, dependency checkout scripts and sample extensions * Fix EOL problems
This commit is contained in:
Vendored
+1
-1
@@ -75,7 +75,7 @@ if (-not (Test-Path "sourcemod" -PathType Container))
|
||||
Exit 1
|
||||
}
|
||||
|
||||
Get-Repository -Name "mmsource-1.10" -Branch "master" -Repo "https://github.com/alliedmodders/metamod-source.git"
|
||||
Get-Repository -Name "mmsource-1.12" -Branch "master" -Repo "https://github.com/alliedmodders/metamod-source.git"
|
||||
|
||||
if (-not (Test-Path "hl2sdk-proxy-repo" -PathType Container))
|
||||
{
|
||||
|
||||
Vendored
+1
-1
@@ -115,7 +115,7 @@ checkout ()
|
||||
fi
|
||||
}
|
||||
|
||||
name=mmsource-1.10
|
||||
name=mmsource-1.12
|
||||
branch=master
|
||||
repo="https://github.com/alliedmodders/metamod-source"
|
||||
origin=
|
||||
|
||||
Reference in New Issue
Block a user