Skip to content

Commit 48514db

Browse files
committed
Fix cloud searchindex retry working directory
1 parent 67584e8 commit 48514db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
RETRY_COUNT=$((RETRY_COUNT + 1))
101101
echo "Push attempt ${RETRY_COUNT}/${MAX_RETRIES}"
102102
103+
cd "${GITHUB_WORKSPACE}"
103104
rm -rf /tmp/searchindex-repo /tmp/searchindex-backup
104105
git clone https://x-access-token:${TOKEN}@github.com/${TARGET_REPO}.git /tmp/searchindex-repo
105106

0 commit comments

Comments
 (0)