From fbe8fdaa00312b47f9d06ae5f86c09911ad74510 Mon Sep 17 00:00:00 2001 From: Eric Libay Date: Thu, 28 Aug 2025 18:09:08 +0800 Subject: [PATCH] insert command to install hrms app --- pwd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pwd.yml b/pwd.yml index 1694e6f4..706605a6 100644 --- a/pwd.yml +++ b/pwd.yml @@ -36,6 +36,10 @@ services: bench set-config -g redis_queue "redis://$$REDIS_QUEUE"; bench set-config -g redis_socketio "redis://$$REDIS_QUEUE"; bench set-config -gp socketio_port $$SOCKETIO_PORT; + bench get-app --branch version-15 hrms "https://github.com/frappe/hrms"; + bench install-app hrms; + bench migrate; + bench clear-cache; environment: DB_HOST: db DB_PORT: "3306"