osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/49/43249/1
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 https://gerrit.osmocom.org/c/osmo-ci/+/43249?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I6dd10ee2236e5f28099752dbdb6b2957bff76ca5
Gerrit-Change-Number: 43249
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>