-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild
executable file
·23 lines (20 loc) · 1.05 KB
/
build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
git pull
git subtree push -P Application cf-application master
git subtree push -P Base cf-base master
git subtree push -P Cache cf-cache master
git subtree push -P Config cf-config master
git subtree push -P Console cf-console master
git subtree push -P Controller cf-controller master # git push cf-controller `git subtree split -P Controller`:master --force
git subtree push -P Database cf-database master
git subtree push -P Http cf-http master
git subtree push -P Log cf-log master
git subtree push -P Mail cf-mail master
git subtree push -P Migration cf-migration master
git subtree push -P Pattern cf-pattern master
git subtree push -P Routine cf-routine master
git subtree push -P Routing cf-routing master
git subtree push -P Session cf-session master
git subtree push -P Util cf-util master
git subtree push -P Validation cf-validation master
git subtree push -P View cf-view master