diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-28 21:03:43 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-28 21:15:46 +0200 |
commit | 4f13430a95b872f95cbd38bed4ee39d0d11abecf (patch) | |
tree | 19bf027084581766116c2645d3baea677973cfbc /build | |
parent | f4a15f7f422c7d449a9cfb2ee8bc1ba76d52b41d (diff) | |
download | nextcloud-server-4f13430a95b872f95cbd38bed4ee39d0d11abecf.tar.gz nextcloud-server-4f13430a95b872f95cbd38bed4ee39d0d11abecf.zip |
Add drone step
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rwxr-xr-x[-rw-r--r--] | build/compile-handlebars-templates.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/compile-handlebars-templates.sh b/build/compile-handlebars-templates.sh index 1775f45b0fe..80e2e661f4d 100644..100755 --- a/build/compile-handlebars-templates.sh +++ b/build/compile-handlebars-templates.sh @@ -15,7 +15,11 @@ handlebars -n OCA.Files.FileSummary.Templates apps/files/js/filesummary.handleba if [[ $(git diff --name-only) ]]; then echo "Please submit your compiled handlebars templates" + echo + git diff exit 1 fi + +echo "All up to date! Carry on :D" exit 0 |