Skip to content
Snippets Groups Projects
Commit 2a70bf71 authored by David Schwörer's avatar David Schwörer
Browse files

move artefacts to root folder

parent bea5bb93
Branches
Tags
No related merge requests found
Pipeline #95119 failed
...@@ -37,8 +37,6 @@ for whl in wheelhouse/*.whl; do ...@@ -37,8 +37,6 @@ for whl in wheelhouse/*.whl; do
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/../../../lib/ repair_wheel "$whl" LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/../../../lib/ repair_wheel "$whl"
done done
ls -l /io/wheelhouse
for PYBIN in /opt/python/cp3*/bin/; do for PYBIN in /opt/python/cp3*/bin/; do
"${PYBIN}/pip" install $NAME --no-index -f /io/wheelhouse "${PYBIN}/pip" install $NAME --no-index -f /io/wheelhouse
if test -e "${PYBIN}/nosetests" if test -e "${PYBIN}/nosetests"
...@@ -50,10 +48,8 @@ for PYBIN in /opt/python/cp3*/bin/; do ...@@ -50,10 +48,8 @@ for PYBIN in /opt/python/cp3*/bin/; do
fi fi
done done
ls -l wheelhouse || :
mkdir -p wheelhouse mkdir -p wheelhouse
rm -f wheelhouse/*whl rm -f wheelhouse/*whl
ls -l wheelhouse
cp /io/wheelhouse/*whl wheelhouse/ cp /io/wheelhouse/*whl wheelhouse/
ls -l wheelhouse mv wheelhouse ../../..
ls -l mv dist ../../..
version=$(git tag -l --points-at HEAD) version=$(git tag -l --points-at HEAD)
if ! test $version ; then if ! test $version ; then
version=$(PYTHONPATH=.. $PY -c "import boutconfig ; print(boutconfig.config['version'])").dev$(git log --oneline |wc -l) version=$(PYTHONPATH=.. $PY -c "import boutconfig ; print(boutconfig.config['version'])").dev$(git log --oneline 4fd9dfb999f056996a23c72cc0357cca55cdf2cb..HEAD |wc -l)
fi fi
cat <<EOF cat <<EOF
[metadata] [metadata]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment