osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/31247 )
Change subject: release-tarball: add missing cd /build ......................................................................
release-tarball: add missing cd /build
Fix for: upload: no tarballs generated, nothing to do.
Change-Id: I047546b26f379c5302d8558b92b77e4fa311a0a0 --- M release-tarball-build-dist/osmocom-release-tarballs.sh 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/release-tarball-build-dist/osmocom-release-tarballs.sh b/release-tarball-build-dist/osmocom-release-tarballs.sh index 40f8c5e..e49c03b 100644 --- a/release-tarball-build-dist/osmocom-release-tarballs.sh +++ b/release-tarball-build-dist/osmocom-release-tarballs.sh @@ -370,6 +370,7 @@ done done
+cd /build remove_temp_dir upload echo "done!"