mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
6 lines
130 B
PowerShell
6 lines
130 B
PowerShell
if($env:APPVEYOR_REPO_COMMIT_MESSAGE.ToLower().Contains($args[0].ToLower())) {
|
|
Write-Host '1';
|
|
} else {
|
|
Write-Host '0';
|
|
}
|