Skip to content

Commit

Permalink
remove kubeconfig after clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kameshsampath committed Jan 14, 2023
1 parent d20a29e commit b2f7098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ steps:
k3d cluster delete "$K3D_CLUSTER_NAME"
docker network rm "$K3D_CLUSTER_NAME"
rm -f "$DRONE_WORKSPACE/cosign.pub" "$DRONE_WORKSPACE/image-refs.txt"
rm -f "$DRONE_WORKSPACE/.kube/*"
volumes:
- name: docker-sock
path: /var/run/docker.sock
Expand Down

0 comments on commit b2f7098

Please sign in to comment.