Merge pull request #53 from noelmcloughlin/repo

fix(clean): include repo clean too
This commit is contained in:
N 2020-12-15 10:04:57 +00:00 committed by GitHub
commit ba6fde24c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
include:
- {{ sls_config_clean }}
- {{ sls_service_clean }}
- {{ sls_repo_clean }}
{%- for name in p.wanted.component %}
@ -20,5 +21,6 @@ prometheus-package-clean-{{ name }}-removed:
- require:
- sls: {{ sls_config_clean }}
- sls: {{ sls_service_clean }}
- sls: {{ sls_repo_clean }}
{%- endfor %}