Exceptions for Docker/Podman #1
Loading…
x
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?
On dev box,
ansible_virtualization_type
appears to return ascontainer
. On Drone,ansible_virtualization_type
, returns as eitherdocker
orpodman
.We've tried doing an or, but for some reason it is not working so we can't make use of
if ansible_virtualization_type != 'docker' or if ansible_virtualization_type != 'podman'
. We need to explore why.Development Box Results
Drone CI Results:
Testing potential fix:
Fix looks good. Closing issue.