File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 4949 sed -i '/location \/expps\//,/}/ s/^\s*proxy_set_header Host \$host;//' tests/simple-nginx-NOT-FOR-PRODUCTION.conf
5050 cat tests/simple-nginx-NOT-FOR-PRODUCTION.conf
5151
52- docker run --net master_bridge --name nextcloud --rm -d nginx \
53- -v ./tests/simple-nginx-NOT-FOR-PRODUCTION.conf:/etc/nginx/conf.d/default.conf:ro \
52+ docker run --net master_bridge --name nextcloud --rm \
53+ -v $(pwd)/tests/simple-nginx-NOT-FOR-PRODUCTION.conf:/etc/nginx/conf.d/default.conf:ro \
54+ -d nginx
5455
5556 - name : Install AppAPI
5657 run : |
6566 --net=master_bridge --set-default
6667 docker exec nextcloud-docker sudo -u www-data php occ app_api:daemon:list
6768 docker exec nextcloud-docker ping -c 1 appapi-harp
69+ docker exec nextcloud-docker ping -c 1 nextcloud
70+
71+ - name : debug session
72+ uses : mxschmitt/action-tmate@v3
6873
6974 - name : Registering and enabling Skeleton ExApp
7075 run : |
You can’t perform that action at this time.
0 commit comments