Skip to content

Commit

Permalink
Merge pull request #35134 from nextcloud/backport/35093/stable24
Browse files Browse the repository at this point in the history
[stable24] Run integration tests on 3rdparty bump
  • Loading branch information
szaimen authored Nov 14, 2022
2 parents 75568b8 + 9aa3496 commit 8720abf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/drone-run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8720abf

Please sign in to comment.