Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2022-04-15 00:10:17 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2022-04-19 12:17:22 +0300
commit4a43fb2ca37e9e003313a1243aa65419ad5baae4 (patch)
tree62478e84dd9eda6a9753add5627be337b2334c10
parent73a3a49cee0a24b3c02ed1ebc86ef0b9bc364e44 (diff)
fix php target of stable24 tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--.drone.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 336c076e..41a7a9ff 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -42,11 +42,11 @@ clone:
steps:
- name: integration-tests-stable24
- image: ghcr.io/nextcloud/continuous-integration-user_saml_shibboleth-php7.3:latest
+ image: ghcr.io/nextcloud/continuous-integration-user_saml_shibboleth-php8.0:latest
environment:
CORE_BRANCH: stable24
commands:
- - /start.sh &
+ - /start.sh
- /wait-for-services.sh
- rm -rf /var/www/html
- cd /var/www/
@@ -54,9 +54,10 @@ steps:
- cd /var/www/html && git submodule update --init
# use local clone
- cp -r /drone/src /var/www/html/apps/user_saml
- - scl enable rh-php73 "bash -c 'php /var/www/html/occ maintenance:install --database sqlite --admin-pass password; php /var/www/html/occ app:enable user_saml'"
+ - php /var/www/html/occ maintenance:install --database sqlite --admin-pass password
+ - php /var/www/html/occ app:enable user_saml
- chown -R apache:apache /var/www/html/
- - scl enable rh-php73 "bash -c 'cd /var/www/html/apps/user_saml/tests/integration && vendor/bin/behat'"
+ - cd /var/www/html/apps/user_saml/tests/integration && vendor/bin/behat
trigger:
branch: