Skip to content

Commit 3cff51c

Browse files
committed
Stop tracking Gemfile.lock in deployment tool (#306)
1 parent 186e938 commit 3cff51c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/deploy.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ init() {
1515
exit -1
1616
fi
1717

18-
# Gemfile could be changed by `bundle install` in actions workflow
19-
if [[ -n $(git ls-files | grep Gemfile.lock) && -n \
20-
$(git status Gemfile.lock --porcelain) ]]; then
21-
git checkout -- Gemfile.lock
22-
fi
23-
2418
if [[ -z $(git branch -av | grep "$PAGES_BRANCH") ]]; then
2519
_no_branch=true
2620
git checkout -b "$PAGES_BRANCH"

0 commit comments

Comments
 (0)