aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-13 16:25:20 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-13 16:25:20 +0100
commitc32a0f60e07e676c885c8f976c4dc11a5199be81 (patch)
treee8dc5ede9cd6ec59f0c8ce3dcb22158fd456ff95
parent9dadec320931a782d6301a5466be1add0e1de7cd (diff)
contrib/jenkins: add missing cd ~/osmo-ci
Fixes: 829f8b94 ("ansible: tasks/osmo-ci: clone osmo-gsm-manuals") Change-Id: I3ca101f73cecfc5cda447ffce53a104ecc39e1fd
-rwxr-xr-xcontrib/jenkins.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index e93e802..e1564a7 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -18,5 +18,6 @@ clone_repo osmo-ci
clone_repo osmo-gsm-manuals
if [ `uname` = "Linux" ] && [ "x${OSMO_CI_NO_DOCKER}" != "x1" ]; then
+ cd ~/osmo-ci
scripts/osmo-ci-docker-rebuild.sh
fi