3
0

Disable filtering by ref in .drone.yml

This commit is contained in:
Denis Arh
2019-08-23 14:11:11 +02:00
parent d06f2a44a8
commit 9c85319120
+7 -5
View File
@@ -29,11 +29,13 @@ steps:
password:
from_secret: docker_hub_password
when:
ref:
- refs/heads/master
- refs/heads/beta
- refs/heads/feature-*
- refs/tags/20??.*.*
# this does not work as expected:
# time="2019-08-23T11:50:35Z" level=info msg="skipping automated docker build for refs/heads/feature-automation"
# ref:
# - refs/heads/master
# - refs/heads/beta
# - refs/heads/feature-*
# - refs/tags/20??.*.*
events: [ tag, push ]
- name: corteza-server-system