We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186e938 commit 3cff51cCopy full SHA for 3cff51c
tools/deploy.sh
@@ -15,12 +15,6 @@ init() {
15
exit -1
16
fi
17
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
-
24
if [[ -z $(git branch -av | grep "$PAGES_BRANCH") ]]; then
25
_no_branch=true
26
git checkout -b "$PAGES_BRANCH"
0 commit comments