diff --git a/.drone.yml b/.drone.yml index dacdaf5..c32d485 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,8 @@ steps: - name: build image: ruby commands: + - gem update - gem install bundler - bundle install - bundle update - - bundle exec jekyll build --trace \ No newline at end of file + - bundle exec jekyll build \ No newline at end of file