contrib/jenkins: add missing cd ~/osmo-ci

Fixes: 829f8b94 ("ansible: tasks/osmo-ci: clone osmo-gsm-manuals")
Change-Id: I3ca101f73cecfc5cda447ffce53a104ecc39e1fd
This commit is contained in:
Oliver Smith 2021-01-13 16:25:20 +01:00
parent 9dadec3209
commit c32a0f60e0
1 changed files with 1 additions and 0 deletions

View File

@ -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