ci: fix test and revert yamls

This commit is contained in:
Revant Nandgaonkar
2021-11-22 13:17:17 +05:30
parent d68bcdc8bd
commit 91648299ba
7 changed files with 14 additions and 53 deletions

View File

@@ -163,15 +163,6 @@ services:
- sites-vol:/home/frappe/frappe-bench/sites:rw
- logs-vol:/home/frappe/frappe-bench/logs:rw
fix-vol-permissions:
image: frappe/erpnext-worker:${ERPNEXT_VERSION}
user: root
command: chown -R 1000:1000 /sites /assets /logs
volumes:
- sites-vol:/sites
- assets-vol:/assets
- logs-vol:/logs
volumes:
mariadb-vol:
redis-cache-vol: