feat: pull image in a separate step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-07-13 15:52:30 +02:00
parent 643926ab5e
commit 694f580997
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -4,9 +4,21 @@ type: docker
name: 'build and deploy'
steps:
- name: hugo-extended
- name: pull
pull: always
image: immawanderer/fedora-hugo:latest
commands:
- uname -r
- cat /etc/fedora-release
- name: hugo-extended
pull: if-not-exists
image: immawanderer/fedora-hugo:latest
when:
status:
- success
depends_on:
- pull
commands:
- git submodule init
- git submodule update