multiple pipelines
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Andrew Tomaka 2023-02-18 12:03:59 -05:00
parent 74c9a64bd7
commit aab612d678
Signed by: atomaka
GPG Key ID: 61209BF70A5B18BE
1 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,4 @@
name: test
kind: pipeline
steps:
@ -7,12 +8,16 @@ steps:
- gem install bundler
- bundle install
- bundle exec jekyll build
---
name: build
kind: pipeline
steps:
- name: publish
image: plugins/docker
settings:
pull_image: true
registry: docker.atomaka.com
repo: docker.atomaka.com/atomaka.com
when:
branch:
- master
trigger:
branch: master