mirror of
https://github.com/mapnik/mapnik.git
synced 2025-09-07 18:02:48 +02: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';
|
|
}
|