Skip to content

Commit 0c83708

Browse files
wip
Signed-off-by: tobiasKaminsky <[email protected]>
1 parent 6c21435 commit 0c83708

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/configNC_stable16.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
SERVER_VERSION="stable16"
1010

11-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
12-
source ~/.bashrc; nvm install node
13-
1411
php /var/www/html/occ log:manage --level warning
1512

1613
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
3936
php /var/www/html/occ groupfolders:create groupfolder
4037
php /var/www/html/occ groupfolders:group 1 users
4138

39+
git clone -b $SERVER_VERSION https://github.com/nextcloud/notifications.git /var/www/html/apps/notifications/
4240
php /var/www/html/occ app:enable notifications
4341

4442
php /var/www/html/occ app:enable testing

.github/workflows/garm.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ jobs:
138138
docker cp .github/workflows/configNC_stable16.sh server:/tmp/
139139
docker exec server chmod +x /tmp/configNC_stable16.sh
140140
docker exec --user www-data server /tmp/configNC_stable16.sh
141-
docker exec server /usr/local/bin/run.sh
142141
143142
- name: Enable KVM group perms
144143
run: |

0 commit comments

Comments
 (0)