anonymousland/.drone.yml

28 lines
363 B
YAML
Raw Normal View History

kind: pipeline
name: Jekyll build
type: docker
steps:
- name: build
image: ruby
commands:
- gem install bundler
- bundle install
2022-11-08 14:32:59 +00:00
- bundle exec jekyll build
2022-11-08 14:59:04 +00:00
---
2022-11-08 14:32:59 +00:00
kind: pipeline
type: docker
name: MegaLinter
workspace:
path: /tmp/lint
steps:
- name: megalinter
image: oxsecurity/megalinter:v6
environment:
DEFAULT_WORKSPACE: /tmp/lint