fix: incorrect dependency
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

* add: don't run img pull on PR
This commit is contained in:
surtur 2020-10-03 20:32:23 +02:00
parent bdeddff68c
commit 68fe603c04
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -6,6 +6,11 @@ name: pull
clone:
disable: true
trigger:
event:
exclude:
- pull_request
steps:
- name: fedora-hugo
pull: always
@ -71,8 +76,6 @@ steps:
- name: docker-build
pull: always
image: tmaier/docker-compose:latest
depends_on:
- hugo-extended
volumes:
- name: s
path: /var/run/docker.sock