Remove test dependency too
continuous-integration/drone/push Build was killed Details

This commit is contained in:
IamTheFij 2020-01-10 16:07:19 -08:00
parent 8992ac1d33
commit db12bb5db1
1 changed files with 1 additions and 1 deletions

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"],