Remove test dependency too
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
IamTheFij 2020-01-10 16:07:19 -08:00
parent 8992ac1d33
commit db12bb5db1

View File

@ -160,7 +160,7 @@ def push_to_docker(ctx):
return [{
"kind": "pipeline",
"name": "push to docker",
"depends_on": ["tests"],
# "depends_on": ["tests"],
"workspace": get_workspace(),
"trigger": {
"event": ["tag", "push"],