osmith has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/34047
)
Change subject: debian-bookworm-build{,-arm}: fix temp dir removal
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
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
https://gerrit.osmocom.org/c/docker-playground/+/34047
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6a0e0869986550ddfa710dfc15d7e78d8974dbc5
Gerrit-Change-Number: 34047
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged