Skip to content

Commit

Permalink
remove extra git pushes
Browse files Browse the repository at this point in the history
so we have less sync code failures
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent dc48bce commit fbab1c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions private/scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ function install_sage_theme() {
# Commit the theme
git add "$sagedir"
git commit -m "[Sage Install] Add the Sage theme ${sagename}."
git push origin "$branch"
echo "${green}Sage installed!${normal}"
}

Expand Down Expand Up @@ -325,7 +324,6 @@ EOF
ln -sfn uploads/cache .
git add .
git commit -m "[Sage Install] Add a symlink for /files/cache to /uploads/cache"
git push origin "$branch"
cd ../..
}

Expand Down Expand Up @@ -366,7 +364,6 @@ function update_composer() {
echo "${yellow}Updating composer.lock.${normal}"
git add composer.lock
git commit -m "[Sage Install] Update composer.lock"
git push origin "$branch"
fi

echo "${yellow}Attempting to add a post-install hook to composer.json.${normal}"
Expand Down

0 comments on commit fbab1c3

Please sign in to comment.