Skip to content

Commit

Permalink
fix: do not exempt ocm-package from gardener-cicd-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Oct 11, 2024
1 parent d31d679 commit d2446f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def packages():
# remove packages (distributed via separate distribution-packages)
package_names.remove('whd')
package_names.remove('oci')
package_names.remove('ocm') # todo: exempt once setup.ocm.py is instrumented
# package_names.remove('ocm') # todo: exempt once setup.ocm.py is instrumented
return package_names


Expand Down

0 comments on commit d2446f9

Please sign in to comment.