mirror of
https://github.com/mapnik/mapnik.git
synced 2025-02-22 14:54:24 +01:00
5 lines
130 B
PowerShell
5 lines
130 B
PowerShell
if($env:APPVEYOR_REPO_COMMIT_MESSAGE.ToLower().Contains($args[0].ToLower())) {
|
|
Write-Host '1';
|
|
} else {
|
|
Write-Host '0';
|
|
}
|