osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/43249?usp=email )
Change subject: update-osmo-ci: fix WORKSPACE_DIR ......................................................................
update-osmo-ci: fix WORKSPACE_DIR
Adjust WORKSPACE_DIR after the script was moved.
Fixes: f49407ff ("scripts/update-osmo-ci: rename from contrib/jenkins.sh") Change-Id: I6dd10ee2236e5f28099752dbdb6b2957bff76ca5 --- M scripts/update-osmo-ci/update-osmo-ci.sh 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified fixeria: Looks good to me, but someone else must approve
diff --git a/scripts/update-osmo-ci/update-osmo-ci.sh b/scripts/update-osmo-ci/update-osmo-ci.sh index 96becc7..717cd63 100755 --- a/scripts/update-osmo-ci/update-osmo-ci.sh +++ b/scripts/update-osmo-ci/update-osmo-ci.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -x -WORKSPACE_DIR="$(realpath "$(dirname "$0")/..")" +WORKSPACE_DIR="$(realpath "$(dirname "$0")/../..")"
# Clone repository to ~/, or update existing # $1: name of osmocom project