Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-09-28 22:03:43 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-09-28 22:15:46 +0300
commit4f13430a95b872f95cbd38bed4ee39d0d11abecf (patch)
tree19bf027084581766116c2645d3baea677973cfbc /build/compile-handlebars-templates.sh
parentf4a15f7f422c7d449a9cfb2ee8bc1ba76d52b41d (diff)
Add drone step
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/compile-handlebars-templates.sh')
-rwxr-xr-x[-rw-r--r--]build/compile-handlebars-templates.sh4
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