You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2020/06/04 12:01:27 UTC

[hadoop-ozone] 09/18: fix checkout

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 <el...@apache.org>
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: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org