From 036c95eed7e4ac8f954db63d0767717c98eead32 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 12 Feb 2021 11:06:19 +0100 Subject: Add guests app in CI runs that need it The guests app checkout was missing in some of the integration-conversation runs. Signed-off-by: Vincent Petry --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index 2299a4e1b..55a81ff0e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -345,12 +345,14 @@ steps: environment: APP_NAME: spreed CORE_BRANCH: master + GUESTS_BRANCH: master DATABASEHOST: mysql commands: - bash tests/drone-run-integration-tests.sh || exit 0 - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST - cd ../server + - git clone --depth 1 -b "$GUESTS_BRANCH" https://github.com/nextcloud/guests apps/guests - ./occ app:enable $APP_NAME - cd apps/$APP_NAME @@ -567,12 +569,14 @@ steps: environment: APP_NAME: spreed CORE_BRANCH: master + GUESTS_BRANCH: master DATABASEHOST: pgsql commands: - bash tests/drone-run-integration-tests.sh || exit 0 - wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DATABASEHOST - cd ../server + - git clone --depth 1 -b "$GUESTS_BRANCH" https://github.com/nextcloud/guests apps/guests - ./occ app:enable $APP_NAME - cd apps/$APP_NAME -- cgit v1.2.3