Skip to content
Snippets Groups Projects
Commit e4bfa519 authored by Te-Hung Tseng's avatar Te-Hung Tseng
Browse files

Merge branch 'opi_tag' into 'master'

added phoebus-ess-opis to run delete opis not defined during ci gitlab jobs see INFRA-5927

See merge request !9
parents 3b44cb2f 9915f1a5
No related branches found
No related tags found
1 merge request!9added phoebus-ess-opis to run delete opis not defined during ci gitlab jobs see INFRA-5927
Pipeline #120920 passed
......@@ -179,6 +179,8 @@
patterns:
- '.git'
register: phoebus_opis_found_repos
tags:
- phoebus-ess-opis
- name: Remove repositories not defined in phoebus_opis_repos # parses through found repos and compare them to defined opi repos.
......@@ -187,3 +189,5 @@
state: absent
when: item.path | dirname not in phoebus_git_data.results | map(attribute='invocation.module_args.dest') | list
loop: "{{ phoebus_opis_found_repos.files }}"
tags:
- phoebus-ess-opis
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment