Execute validator even without execute bit set
This commit is contained in:
parent
59e4f7433c
commit
3d67c2ac3f
|
@ -11,7 +11,7 @@ install:
|
||||||
# checked out.
|
# checked out.
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- CKAN/bin/ckan-validate.py $(find . -path ./CKAN -prune -o -name '*.ckan' -print)
|
- python CKAN/bin/ckan-validate.py $(find . -path ./CKAN -prune -o -name '*.ckan' -print)
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
Loading…
Reference in New Issue