Skip to content

Commit a1a7f50

Browse files
authored
fix: install bloombase for tugboat demo (#72)
1 parent 8c5bd27 commit a1a7f50

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.tugboat/build.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@ su frappe -c "printf '\n$TUGBOAT_GITHUB_REPO' >> ./sites/apps.txt"
2626
su frappe -c "./env/bin/pip install -e ./apps/$TUGBOAT_GITHUB_REPO"
2727
su frappe -c "bench install-app $TUGBOAT_GITHUB_REPO"
2828

29-
# Get Bloomstack Demo and Core Apps and install them
29+
# Get Bloomstack Demo, Bloombase apps and install them
3030
su frappe -c "bench get-app git@github.com:DigiThinkIT/bloomstack_demo.git"
3131
su frappe -c "bench install-app bloomstack_demo"
3232

33+
su frappe -c "bench get-app git@github.com:DigiThinkIT/bloombase-frappe.git"
34+
su frappe -c "bench install-app bloombase"
35+
36+
su frappe -c "bench set-config google_maps_key $GOOGLE_MAPS_KEY"
37+
3338
# For regenerating cache
3439
su frappe -c "bench clear-cache"
3540

0 commit comments

Comments
 (0)