Skip to content

Commit

Permalink
push Gemfile.lock before release
Browse files Browse the repository at this point in the history
  • Loading branch information
rammpeter committed Sep 23, 2021
1 parent 81a6d49 commit 56151dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy_github.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Deploy a github release for Panorama

git stage Gemfile.lock
git commit -m "Next version" Gemfile.lock
git push

# Check if repository is up to date
git status | grep "nothing to commit, working tree clean"
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 56151dc

Please sign in to comment.