basic ci
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Sergio Álvarez 2022-05-11 20:02:32 +02:00
parent 43ea246b56
commit 05b2524f60
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 10 additions and 7 deletions

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