Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 7cea391

Browse files
authored
Update cloudbuild-pr.yaml
1 parent bb28ca6 commit 7cea391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
- |
1010
# Cloud Build does not copy in the git repo, just source files, so we can't compute a diff.
1111
# Check out the code again using git.
12-
rm -rf *
12+
ls -A1 | xargs rm -rf
1313
git init
1414
echo git fetch --no-tags --progress $$REPO_URL +$$OTHER_BRANCH_REMOTE_REF:$$OTHER_BRANCH_LOCAL_REF +$$BASE_BRANCH_REMOTE_REF:$$BASE_BRANCH_LOCAL_REF
1515
git fetch --no-tags --progress $$REPO_URL +$$OTHER_BRANCH_REMOTE_REF:$$OTHER_BRANCH_LOCAL_REF +$$BASE_BRANCH_REMOTE_REF:$$BASE_BRANCH_LOCAL_REF

0 commit comments

Comments
 (0)