osmith has uploaded this change for review.

View Change

debian-bookworm-build{,-arm}: fix temp dir removal

Change-Id: I6a0e0869986550ddfa710dfc15d7e78d8974dbc5
---
M debian-bookworm-build-arm/Dockerfile
M debian-bookworm-build/Dockerfile
2 files changed, 11 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/47/34047/1
diff --git a/debian-bookworm-build-arm/Dockerfile b/debian-bookworm-build-arm/Dockerfile
index 9a4b2b4..ac07ae7 100644
--- a/debian-bookworm-build-arm/Dockerfile
+++ b/debian-bookworm-build-arm/Dockerfile
@@ -66,6 +66,7 @@
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
diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile
index f717241..f019bd0 100644
--- a/debian-bookworm-build/Dockerfile
+++ b/debian-bookworm-build/Dockerfile
@@ -186,6 +186,7 @@
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

To view, visit change 34047. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6a0e0869986550ddfa710dfc15d7e78d8974dbc5
Gerrit-Change-Number: 34047
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange