forked from cryptoaarhus.dk/website
Revert "Specify specific version of bundler in .drone.yml"
This reverts commit 2d358b47b7
.
I don't think it's relevant after the Gemfile.lock update?
This commit is contained in:
parent
f39077acaf
commit
ceee933bf6
|
@ -5,7 +5,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler:1.17.3
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue