Skip to content

Commit 992f425

Browse files
author
Ben Lavender
committed
Remove lockfiles, which seem to confuse each other
1 parent faa20e7 commit 992f425

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script/cibuild

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ test -d "/usr/share/rbenv/shims" && {
88
export RBENV_VERSION="2.3.1"
99
}
1010

11+
# -f to not error missing versions
12+
rm -f Gemfile.lock Gemfile.rails5.lock
13+
1114
# clean out the ruby environment
1215
export RUBYLIB=
1316
export RUBYOPT=

0 commit comments

Comments
 (0)