pipeline:

  # clone:
  #   disable: false

  testing-jekyll:
    image: jekyll/jekyll:latest
    pull: true
    commands:
      - touch Gemfile.lock
      - chmod a+w Gemfile.lock
      - chown -R jekyll:jekyll /drone
      - gem update --system
      - gem install bundler
      - bundle install
      - bundle exec jekyll build