File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
SERVER_VERSION=" stable16"
10
10
11
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
12
- source ~ /.bashrc; nvm install node
13
-
14
11
php /var/www/html/occ log:manage --level warning
15
12
16
13
OC_PASS=user1 php /var/www/html/occ user:add --password-from-env --display-name=' User One' user1
@@ -39,6 +36,7 @@ php /var/www/html/occ app:enable groupfolders
39
36
php /var/www/html/occ groupfolders:create groupfolder
40
37
php /var/www/html/occ groupfolders:group 1 users
41
38
39
+ git clone -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/
42
40
php /var/www/html/occ app:enable notifications
43
41
44
42
php /var/www/html/occ app:enable testing
Original file line number Diff line number Diff line change @@ -138,7 +138,6 @@ jobs:
138
138
docker cp .github/workflows/configNC_stable16.sh server:/tmp/
139
139
docker exec server chmod +x /tmp/configNC_stable16.sh
140
140
docker exec --user www-data server /tmp/configNC_stable16.sh
141
- docker exec server /usr/local/bin/run.sh
142
141
143
142
- name : Enable KVM group perms
144
143
run : |
You can’t perform that action at this time.
0 commit comments