debian-bookworm-build{,-arm}: fix temp dir removal
Change-Id: I6a0e0869986550ddfa710dfc15d7e78d8974dbc5changes/47/34047/1
parent
9c8b5fa9c2
commit
4e2f22d69a
|
@ -66,6 +66,7 @@ RUN set -x && \
|
|||
git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && \
|
||||
cd osmo-python-tests && \
|
||||
python3 setup.py clean build install && \
|
||||
cd .. && \
|
||||
rm -rf osmo-python-tests
|
||||
|
||||
# Install osmo-ci.git/scripts to /usr/local/bin
|
||||
|
|
|
@ -186,6 +186,7 @@ RUN set -x && \
|
|||
git clone --depth=1 https://gerrit.osmocom.org/python/osmo-python-tests osmo-python-tests && \
|
||||
cd osmo-python-tests && \
|
||||
python3 setup.py clean build install && \
|
||||
cd .. && \
|
||||
rm -rf osmo-python-tests
|
||||
|
||||
# Install osmo-ci.git/scripts to /usr/local/bin
|
||||
|
|
Loading…
Reference in New Issue