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>2020-01-29 19:21:32 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-01-29 19:21:32 +0300
commit970a1e4d56894c66911f234e3b7f37e7ff82c26f (patch)
tree1994c5fcc7e6170f4af6f8d818cc422c7027b43f
parent05f0cab319b55afc0ff88bafd43c84d8b5000864 (diff)
use new image for CI that should ensure that LDAP is available
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--.drone.yml15
1 files changed, 11 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index edf93cda..b803c924 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -25,6 +25,8 @@ trigger:
- pull_request
- push
+type: docker
+
---
kind: pipeline
name: tests-master
@@ -57,12 +59,12 @@ steps:
- cd ../server/apps/$APP_NAME
- cd tests/unit/
- phpunit --configuration phpunit.xml
+
- name: integration-tests-master
- image: nextcloudci/user_saml_shibboleth-php7.2:user_saml_shibboleth_php7.2-2
+ image: nextcloudci/user_saml_shibboleth-php7.2:user_saml_shibboleth_php7.2-3
environment:
CORE_BRANCH: master
commands:
- - sed -i 's_/etc/init.d/jetty run \&_sleep 4 \&\& /etc/init.d/jetty run \&_' /start.sh
- /start.sh &
- sleep 7
- rm -rf /var/www/html
@@ -75,12 +77,15 @@ steps:
- chown -R apache:apache /var/www/html/
- scl enable rh-php72 "bash -c 'cd /var/www/html/apps/user_saml/tests/integration && vendor/bin/behat'"
+
trigger:
branch:
- master
event:
- pull_request
- push
+
+type: docker
---
kind: pipeline
name: tests-18
@@ -101,12 +106,12 @@ steps:
- cd ../server/apps/$APP_NAME
- cd tests/unit/
- phpunit --configuration phpunit.xml
+
- name: integration-tests-stable18
- image: nextcloudci/user_saml_shibboleth-php7.2:user_saml_shibboleth_php7.2-2
+ image: nextcloudci/user_saml_shibboleth-php7.2:user_saml_shibboleth_php7.2-3
environment:
CORE_BRANCH: stable18
commands:
- - sed -i 's_/etc/init.d/jetty run \&_sleep 4 \&\& /etc/init.d/jetty run \&_' /start.sh
- /start.sh &
- sleep 7
- rm -rf /var/www/html
@@ -126,3 +131,5 @@ trigger:
- pull_request
- push
+type: docker
+