chore: updated the pull pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-07-13 16:34:10 +02:00
parent 165cea6f38
commit a546004c7b
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -6,15 +6,21 @@ name: pull
clone:
disable: true
steps:
- name: pull
- name: fedora-hugo
pull: always
image: immawanderer/fedora-hugo:latest
commands:
- uname -r
- cat /etc/fedora-release
- name: alpine-rsync
pull: always
image: immawanderer/alpine-rsync:latest
commands:
- uname -r
---
kind: pipeline
type: docker
@ -37,7 +43,7 @@ steps:
- hugo --gc=true --minify
- name: deploy
pull: always
pull: if-not-exists
image: immawanderer/alpine-rsync:latest
when:
status: