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 fb313569d8fc4280f0341145bc18ce34dd65c259
Author: Elek Márton <[email protected]>
AuthorDate: Sat May 30 22:41:48 2020 +0200

    fix checkout
---
 .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 eda2a2b..b41906e 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -24,7 +24,7 @@ jobs:
             sudo chmod 777 /mnt
             git clone --depth=1 https://github.com/${GITHUB_REPOSITORY}.git 
/mnt/ozone
             cd /mnt/ozone
-            git checkout ${GITHUB_REF}
+            git checkout ${GITHUB_SHA}
             git reset --hard
         - run: sudo pip install robotframework
         - run: cd /mnt/ozone && hadoop-ozone/dev-support/checks/acceptance.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to