Fixed small error in woodpecker CI config
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Gregory Ballantine 2023-03-18 11:43:23 -04:00
parent 47885845a3
commit 1595e150f4

View File

@ -2,7 +2,7 @@ pipeline:
setup:
image: ruby:3.0
commands:
- 'bundle install rake'
- 'gem install rake'
- 'bundle config set --local path "vendor/bundle"'
- 'bundle install'