basic ci
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-05-11 20:02:32 +02:00
parent 43ea246b56
commit 05b2524f60

View File

@ -1,8 +1,11 @@
---
kind: pipeline
type: docker
name: default
pipeline: steps:
build: - name: backend
image: ruby:alpine image: ruby:latest
commands: commands:
- bundle install - bundle install
- bundle exec jekyll build - bundle exec jekyll build
branches: main