chore: updated the pull pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
165cea6f38
commit
a546004c7b
12
.drone.yml
12
.drone.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user