Skip to content

Commit

Permalink
Ensure the reproducer cleans /etc/ci directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cjeanner authored and openshift-merge-bot[bot] committed May 16, 2024
1 parent 264c76c commit 7f56148
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reproducer-clean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
- reproducer-inventory
- reproducer-network-env

- name: Remove /etc/ci/ directory
tags:
- deepscrub
become: true
ansible.builtin.file:
path: /etc/ci/
state: absent

- name: Remove local ci-reproducer data directory
tags:
- deepscrub
Expand Down

0 comments on commit 7f56148

Please sign in to comment.