mirror of
https://github.com/nextcloud/android.git
synced 2025-08-16 16:44:39 +00:00
merge commit should always run drone
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ -z $3 ] ; then
|
||||
echo "Merge commit to master -> continue with CI"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
export BRANCH=$(scripts/analysis/getBranchBase.sh $1 $2 $3 | sed s'/"//'g)
|
||||
if [ $(git diff --name-only origin/$BRANCH | grep -cE "^src|build.gradle") -eq 0 ] ; then
|
||||
echo "No source files changed"
|
||||
|
Reference in New Issue
Block a user