File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666dist_dir=$source_dir /dist
6767
6868# Ignore the dev latest wheel since build outputs two.
69- all_modules=` find $dist_dir -not -name " mssql_cli-dev-latest-py2.py3-none-manylinux1_x86_64.whl" `
69+ all_modules=` find $dist_dir -not -name " mssql_cli-dev-latest-py2.py3-none-manylinux1_x86_64.whl" -type f `
7070$source_dir /python_env/bin/pip3 install $all_modules
7171
7272# Add the debian files.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export CUSTOM_PIP=%{python_dir}/bin/pip3
7171dist_dir=%{repo_path }/dist
7272
7373# Ignore the dev latest wheel since build outputs two.
74- all_modules= `find $dist_dir -not -name "mssql_cli-dev-latest-py2.py3-none-manylinux1_x86_64.whl"`
74+ all_modules= `find $dist_dir -not -name "mssql_cli-dev-latest-py2.py3-none-manylinux1_x86_64.whl" -type f `
7575%{python_dir }/bin/pip3 install $all_modules
7676
7777# Create executable
You can’t perform that action at this time.
0 commit comments