This is an automated email from the ASF dual-hosted git repository. elek pushed a commit to branch acceptance-coverage in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
commit 9b00d1bd93db03b580500c2286f89cf8b72526dd Author: Elek Márton <[email protected]> AuthorDate: Sun May 31 11:02:11 2020 +0200 do full clone --- .github/workflows/post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 60a9e5d..220542e 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -24,7 +24,7 @@ jobs: set -x echo $GITHUB_REPOSITORY sudo chmod 777 /mnt - git clone --depth=1 https://github.com/${GITHUB_REPOSITORY}.git /mnt/ozone + git clone https://github.com/${GITHUB_REPOSITORY}.git /mnt/ozone cd /mnt/ozone git checkout ${GITHUB_SHA} git reset --hard --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
