Skip to content

Commit

Permalink
Added echo for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Jul 8, 2020
1 parent 329d306 commit 3a4766f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions publish-brew-formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ pybrew \
# Pushing to tap
git config --global user.email "gkr@tuta.io"
git config --global user.name "gkr-bot"
echo "Pulling repo..."
git clone https://${BREW_GH_TOKEN}@github.com/gautamkrishnar/homebrew-socli.git brewroot > /dev/null 2>&1
echo "Generating formula..."
cp -fv socli.rb brewroot/Formula
cd brewroot
git add --all
echo "Committing formula..."
git commit -m "Published ${TRAVIS_TAG}"
echo "Pushing formula..."
git push -f --quiet

0 comments on commit 3a4766f

Please sign in to comment.