We want to test if we _don't_ match build.sh

This commit is contained in:
Leon Wright 2015-07-09 13:38:13 +08:00
parent a5753b277c
commit 442059b61f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ mono --debug ckan.exe update
for f in ${COMMIT_CHANGES}
do
if [ "$f" == "build.sh" ]; then
if [ "$f" != "build.sh" ]; then
./ckan-validate.py $f
echo ----------------------------------------------
echo