Tagging the ULB
This commit is contained in:
parent
cbc6424590
commit
bddd3513fd
|
@ -1,16 +1,16 @@
|
|||
echo "pushing ULB"
|
||||
(cd "/Users/Henry/Documents/WACS/en_ulb";
|
||||
git pull
|
||||
git commit -a -m "$1"
|
||||
git push) || { echo 'Could not commit!' >&2; exit 1; }
|
||||
echo
|
||||
echo
|
||||
echo "pushing UDB"
|
||||
(cd "/Users/Henry/Documents/WACS/en_udb";
|
||||
git pull
|
||||
git commit -a -m "$1"
|
||||
git push) || { echo 'Could not commit!' >&2; exit 1; }
|
||||
echo
|
||||
#echo "pushing ULB"
|
||||
#(cd "/Users/Henry/Documents/WACS/en_ulb";
|
||||
#git pull
|
||||
#git commit -a -m "$1"
|
||||
#git push) || { echo 'Could not commit!' >&2; exit 1; }
|
||||
#echo
|
||||
#echo
|
||||
#echo "pushing UDB"
|
||||
#(cd "/Users/Henry/Documents/WACS/en_udb";
|
||||
#git pull
|
||||
#git commit -a -m "$1"
|
||||
#git push) || { echo 'Could not commit!' >&2; exit 1; }
|
||||
#echo
|
||||
echo
|
||||
echo "pushing tW"
|
||||
(cd "/Users/Henry/Documents/WACS/en_tw";
|
||||
|
@ -31,3 +31,10 @@ echo "pushing Files for Update"
|
|||
git pull
|
||||
git commit -a -m "$1"
|
||||
git push) || { echo 'Could not commit!' >&2; exit 1; }
|
||||
echo
|
||||
echo
|
||||
echo "pushing Tagged ULB"
|
||||
(cd "/Users/Henry/Documents/WACS/en_ulb_tagged";
|
||||
git pull
|
||||
git commit -a -m "$1"
|
||||
git push) || { echo 'Could not commit!' >&2; exit 1; }
|
||||
|
|
Loading…
Reference in New Issue