]> source.dussan.org Git - nextcloud-server.git/commitdiff
Run integration tests on 3rdparty bump 35134/head
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>
Fri, 11 Nov 2022 06:54:26 +0000 (07:54 +0100)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Mon, 14 Nov 2022 08:57:28 +0000 (08:57 +0000)
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
tests/drone-run-integration-tests.sh

index af3c7a895c836d00af0affb2b004e3f82ead44ab..a341f363b863f5d16ad008e46d065f15bc193467 100755 (executable)
@@ -20,4 +20,6 @@ echo "========================="
 
 [[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "^build/integration/") -gt 0 ]] && echo "Integration test files are modified" && exit 0
 
+[[ $(git diff --name-only origin/$DRONE_TARGET_BRANCH...$DRONE_COMMIT_SHA | grep -c "3rdparty") -gt 0 ]] && echo "3rdparty is modified" && exit 0
+
 exit 1