From bddd3513fd0019400fb40b34f5b4757af9c47691 Mon Sep 17 00:00:00 2001 From: Henry Whitney Date: Mon, 10 Aug 2020 16:28:34 -0400 Subject: [PATCH] Tagging the ULB --- MAST_tW_PDF_Updater/FilesForUpdates/upload.sh | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/MAST_tW_PDF_Updater/FilesForUpdates/upload.sh b/MAST_tW_PDF_Updater/FilesForUpdates/upload.sh index 67f7d36..ed98081 100644 --- a/MAST_tW_PDF_Updater/FilesForUpdates/upload.sh +++ b/MAST_tW_PDF_Updater/FilesForUpdates/upload.sh @@ -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; }