From f8d6c0021b79957c8bd64ab4863efc4100449bd0 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Sat, 30 May 2020 22:44:57 -0500 Subject: [PATCH] Remove beta function --- gravity-sync.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 022c911..c1effa5 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -130,20 +130,6 @@ function update_gs { exit } -## Developer Branch -# function beta_gs { -# TASKTYPE='BETA' -# # logs_export # dumps log prior to execution because script stops after successful pull -# -# MESSAGE="Requires GitHub Installation" -# echo_info -# git fetch --all -# git reset --hard origin/development -# # git fetch origin -# # git pull origin development -# exit -# } - # Gravity Core Functions ## Pull Function function pull_gs {