aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpmwg-ci-report8
1 files changed, 8 insertions, 0 deletions
diff --git a/pmwg-ci-report b/pmwg-ci-report
index c4b112a..99ec5b2 100755
--- a/pmwg-ci-report
+++ b/pmwg-ci-report
@@ -5,6 +5,14 @@ ABBREV=12
GIT_DESCR=$(git describe --abbrev=$ABBREV)
KERNELCI_URL=https://storage.kernelci.org/pmwg/$GIT_DESCR/build-logs-summary.txt
BLAME_SCRIPT=pmwg-ci-blame
+# Give the opportunity the caller of the script to specify the directory
+# where the repository is located, otherwise default to the current
+# directory
+REPOPATH=${1:-$PWD}
+
+# Use pushd here so when the script exits, the CWD will automatically
+# be the initial one before calling this script.
+pushd $REPOPATH
pmwg-ci_report() {