commit | a5e1e55896ccc9a72b3d63c23ec7bc1c20be5e17 | [log] [tgz] |
---|---|---|
author | Arthur She <arthur.she@linaro.org> | Sun Aug 06 22:24:16 2023 -0700 |
committer | Arthur She <arthur.she@linaro.org> | Sun Aug 06 22:24:16 2023 -0700 |
tree | 415c14f1558969ad47b209b5b4e7b3c5fddd1118 | |
parent | ca243aee430b5127dbbcd23a8673aa26ee5c783d [diff] |
Arthur: update tf-sync-repos.sh Signed-off-by: Arthur She <arthur.she@linaro.org> Change-Id: I38c49ee4bdaa5a482b7871c834b4860beed4f961
diff --git a/ci/tf-sync-repos.sh b/ci/tf-sync-repos.sh index e3ff622..447ecb1 100755 --- a/ci/tf-sync-repos.sh +++ b/ci/tf-sync-repos.sh
@@ -53,3 +53,7 @@ echo "Sync ${GERRIT_PROJECT}:${def_branch} to Github:${gh_default_branch}" git push --tags github ${def_branch}:${gh_default_branch} + +# Clean up workspace +cd - > /dev/null +rm -rf proj_src