Loading .drone.yml +9 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading @@ -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: Loading @@ -213,6 +221,6 @@ trigger: - pull_request --- kind: signature hmac: 6d69c7c3739747691580d04a781eb67cf95d2f33f8149d5ebd2cbcc30611b4f0 hmac: d20e31eb3b6bd08a18e1b7caf6af4e54cb203bf56eeb07ecbc7225338401b614 ... Loading
.drone.yml +9 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading @@ -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: Loading @@ -213,6 +221,6 @@ trigger: - pull_request --- kind: signature hmac: 6d69c7c3739747691580d04a781eb67cf95d2f33f8149d5ebd2cbcc30611b4f0 hmac: d20e31eb3b6bd08a18e1b7caf6af4e54cb203bf56eeb07ecbc7225338401b614 ...