Skip to content

Commit

Permalink
fix snapshot tests after merge (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup authored Mar 25, 2023
1 parent e5a1f08 commit d6421b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ expression: plan
"libdb-dev"
],
"cmds": [
"curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash -s stable && printf '\\neval \"$(rbenv init -)\"' >> /root/.profile && . /root/.profile && rbenv install 3.1.2 && rbenv global 3.1.2 && gem install bundler:2.4.2"
"curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash -s stable && printf '\\neval \"$(~/.rbenv/bin/rbenv init -)\"' >> /root/.profile && . /root/.profile && rbenv install 3.1.2 && rbenv global 3.1.2 && gem install bundler:2.4.2"
],
"onlyIncludeFiles": [],
"paths": [
Expand Down

0 comments on commit d6421b3

Please sign in to comment.