Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ services:
- name: server-master
image: ghcr.io/nextcloud/continuous-integration-shallow-server:latest
commands:
- rm /etc/apt/sources.list.d/php.list
- apt-get update && apt-get install -y composer
- mkdir /var/www/.nvm /var/www/.npm; touch /var/www/.bashrc; chown -R 33:33 /var/www/.nvm /var/www/.npm /var/www/.bashrc
- su www-data -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash"
Expand Down Expand Up @@ -187,6 +188,7 @@ services:
environment:
SERVER_VERSION: stable32
commands:
- rm /etc/apt/sources.list.d/php.list
- apt-get update && apt-get install -y composer
- mkdir /var/www/.nvm /var/www/.npm; touch /var/www/.bashrc; chown -R 33:33 /var/www/.nvm /var/www/.npm /var/www/.bashrc
- su www-data -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash"
Expand Down Expand Up @@ -245,6 +247,6 @@ trigger:
- pull_request
---
kind: signature
hmac: 2195ba559c458a941b5b20a602e1a1a931a7e02509e17a05fe2135deec7fc17e
hmac: 828e44f1fb916caed5fc723c2a817d2c649e97aadea3165cccf3ed1c5f973a05

...
Loading