Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a77d32ef authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

add NC assistant

parent 08ce459a
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -99,6 +99,10 @@ services:
      - su www-data -c "git clone https://github.com/nextcloud/photos.git /var/www/html/apps/photos/"
      - su www-data -c "cd /var/www/html/apps/photos; composer install"
      - su www-data -c "php /var/www/html/occ app:enable -f photos"
      - su www-data -c "git clone https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
      - su www-data -c "php /var/www/html/occ app:enable -f assistant"
      - su www-data -c "cd /var/www/html/apps/assistant; make"
      - su www-data -c "php /var/www/html/occ app:enable -f testing"
      - /usr/local/bin/run.sh

trigger:
@@ -203,6 +207,10 @@ services:
      - su www-data -c "git clone -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/"
      - su www-data -c "php /var/www/html/occ app:enable -f notifications"
      - su www-data -c "php /var/www/html/occ notification:generate test test"
      - su www-data -c "git clone https://github.com/nextcloud/assistant.git /var/www/html/apps/assistant/"
      - su www-data -c "php /var/www/html/occ app:enable -f assistant"
      - su www-data -c "cd /var/www/html/apps/assistant; make"
      - su www-data -c "php /var/www/html/occ app:enable -f testing"
      - /usr/local/bin/run.sh

trigger:
@@ -213,6 +221,6 @@ trigger:
    - pull_request
---
kind: signature
hmac: 6d69c7c3739747691580d04a781eb67cf95d2f33f8149d5ebd2cbcc30611b4f0
hmac: d20e31eb3b6bd08a18e1b7caf6af4e54cb203bf56eeb07ecbc7225338401b614

...