aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-10-26 08:16:39 +0200
committerOliver Smith <osmith@sysmocom.de>2021-10-26 08:17:55 +0200
commit3dad8b5e7f7831892049835c27d5f86a309bbfbe (patch)
treef4063837d7be93e1acc75479fda9951ddc6a74be
parent72e42f70d519939a697a07617535f16f5dfe3d06 (diff)
OBS: nightly: fix missing checkout osmo-hnodeb
Fixes: 2ab3f7 ("Build and test osmo-hnodeb nightly packages") Related: https://jenkins.osmocom.org/jenkins/job/Osmocom_OBS_nightly/1044 Change-Id: I327adaa8f60c1f90aa150e9d4fba5a10f271c96b
-rwxr-xr-xscripts/osmocom-nightly-packages.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 2bdc4f0..4d21cd7 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -225,6 +225,7 @@ build_osmocom() {
checkout osmo-smlc
checkout osmo-cbc
checkout osmo-gbproxy
+ checkout osmo-hnodeb
cd "$REPO"