Skip to content
Snippets Groups Projects
Commit 3899a651 authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

chore : added another path to ignore to cibuidwheel path

parent ef28b938
No related branches found
No related tags found
1 merge request!43fix 0.3.1
Pipeline #59237 failed
...@@ -17,6 +17,7 @@ else ...@@ -17,6 +17,7 @@ else
-name "$repo" \ -name "$repo" \
-not -path "*/install/*" \ -not -path "*/install/*" \
-not -path "*/.git/*" \ -not -path "*/.git/*" \
-not -path "*/.mypy_cache/*" \
-not -path "*/miniconda/*" \ -not -path "*/miniconda/*" \
-not -path "*/conda/*" \ -not -path "*/conda/*" \
-not -path "*/.local/*" \ -not -path "*/.local/*" \
......
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