Build failing #36
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build failing. Perhaps due to some sort of permissions error.
https://drone.autonomic.zone/autonomic-cooperative/autonomic.zone/106/1/2
Think that is related to the fact that the build is on another branch (
policies
branch from the fork in #34) and our .drone.yml still runs builds but doesn't expose the secrets necessary to push the container to docker hub. So, I guess the fix is just to disable builds in the.drone.yml
configuration for now.Fixed in
2ae36bade9
I think!