Skip to content

Commit 06794bd

Browse files
Disable rate limit protection because the integration tests do trigger them
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent eeac257 commit 06794bd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ services:
113113
- su www-data -c "php /var/www/html/occ app:enable -f files_downloadlimit"
114114
- su www-data -c "git clone --depth 1 -b master https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
115115
- su www-data -c "php /var/www/html/occ app:enable -f recommendations"
116+
- su www-data -c "php /var/www/html/occ config:system:set ratelimit.protection.enabled --value false --type bool"
116117
- /usr/local/bin/run.sh
117118

118119
trigger:
@@ -232,6 +233,7 @@ services:
232233
- su www-data -c "php /var/www/html/occ app:enable -f files_downloadlimit"
233234
- su www-data -c "git clone --depth 1 -b $SERVER_VERSION https://github.com/nextcloud/recommendations.git /var/www/html/apps/recommendations/"
234235
- su www-data -c "php /var/www/html/occ app:enable recommendations"
236+
- su www-data -c "php /var/www/html/occ config:system:set ratelimit.protection.enabled --value false --type bool"
235237
- /usr/local/bin/run.sh
236238

237239
trigger:

0 commit comments

Comments
 (0)