osmith submitted this change.
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(-)
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
To view, visit change 43249. To unsubscribe, or for help writing mail filters, visit settings.