Skip to content

Commit

Permalink
Merge pull request #35133 from nextcloud/backport/35093/stable25
Browse files Browse the repository at this point in the history
[stable25] Run integration tests on 3rdparty bump
  • Loading branch information
szaimen authored Nov 14, 2022
2 parents 58b5ce9 + 3b427a0 commit 7ce07a5
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 7ce07a5

Please sign in to comment.