Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable26
DB: sqlite
commands:
- composer install
Expand All @@ -25,7 +25,7 @@ steps:
image: nextcloudci/php8.0:latest
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable26
DB: sqlite
commands:
- composer install
Expand All @@ -46,7 +46,7 @@ steps:
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable26
DB: sqlite
commands:
# Pre-setup steps
Expand Down Expand Up @@ -92,7 +92,7 @@ steps:
image: nextcloudci/php7.4:php7.4-2
environment:
APP_NAME: ldap_write_support
CORE_BRANCH: master
CORE_BRANCH: stable26
DB: sqlite
commands:
# Pre-setup steps
Expand Down