commit | ea1047ee40a5dae9cb722aa0c00969ecec96eb2e | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Mon Aug 07 08:36:27 2023 -0700 |
committer | Arthur She <arthur.she@linaro.org> | Mon Aug 07 08:36:27 2023 -0700 |
tree | ac417d76ed4a94162e27ee1bab3d695d4918a2c3 | |
parent | 2bcccd742277023d626e03999f6e192fb5c3f910 [diff] |
Arthur: update ci/tf-sync-repos.sh Signed-off-by: Arthur She <arthur.she@linaro.org> Change-Id: Ia0965f7d3e2714e6761e4efede50157b170f28f4
diff --git a/ci/tf-sync-repos.sh b/ci/tf-sync-repos.sh index 447ecb1..ce3c134 100755 --- a/ci/tf-sync-repos.sh +++ b/ci/tf-sync-repos.sh
@@ -33,6 +33,8 @@ exit 1 fi +cd ${WORKSPACE} + gerrit_repo="https://review.trustedfirmware.org/${GERRIT_PROJECT}" echo "Cloning repository ${gerrit_repo}" git clone ${gerrit_repo} proj_src