You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by pr...@apache.org on 2021/04/07 03:45:44 UTC

[ozone] branch 1.1.0-RC0 updated: HDDS-5069. Fix issues related to Ozone binary name change. (#2124)

This is an automated email from the ASF dual-hosted git repository.

prashantpogde pushed a commit to branch 1.1.0-RC0
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/1.1.0-RC0 by this push:
     new b7c2d63  HDDS-5069. Fix issues related to Ozone binary name change. (#2124)
b7c2d63 is described below

commit b7c2d63177552f085efbe95a601d5eb508c63883
Author: prashantpogde <pr...@gmail.com>
AuthorDate: Tue Apr 6 20:45:27 2021 -0700

    HDDS-5069. Fix issues related to Ozone binary name change. (#2124)
    
    Co-authored-by: Prashant Pogde <pr...@apache.org>
---
 .github/workflows/post-commit.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml
index a8e5ed3..ac29a0b 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -56,7 +56,7 @@ jobs:
         if: matrix.java == '8'
         with:
           name: ozone-bin
-          path: hadoop-ozone/dist/target/hadoop-ozone*.tar.gz
+          path: hadoop-ozone/dist/target/ozone*.tar.gz
           retention-days: 1
       - name: Delete temporary build artifacts before caching
         run: |
@@ -206,7 +206,7 @@ jobs:
       - name: Untar binaries
         run: |
           mkdir -p /mnt/ozone/hadoop-ozone/dist/target
-          tar xzvf hadoop-ozone*.tar.gz -C /mnt/ozone/hadoop-ozone/dist/target
+          tar xzvf ozone*.tar.gz -C /mnt/ozone/hadoop-ozone/dist/target
           sudo chmod -R a+rwX /mnt/ozone/hadoop-ozone/dist/target
       - name: Install robotframework
         run: sudo pip install robotframework
@@ -273,7 +273,7 @@ jobs:
       - name: Untar binaries
         run: |
           mkdir -p hadoop-ozone/dist/target
-          tar xzvf target/artifacts/ozone-bin/hadoop-ozone*.tar.gz -C hadoop-ozone/dist/target
+          tar xzvf target/artifacts/ozone-bin/ozone*.tar.gz -C hadoop-ozone/dist/target
       - name: Calculate combined coverage
         run: ./hadoop-ozone/dev-support/checks/coverage.sh
       - name: Setup java 11
@@ -310,7 +310,7 @@ jobs:
       - name: Untar binaries
         run: |
           mkdir -p /mnt/ozone/hadoop-ozone/dist/target
-          tar xzvf hadoop-ozone*.tar.gz -C /mnt/ozone/hadoop-ozone/dist/target
+          tar xzvf ozone*.tar.gz -C /mnt/ozone/hadoop-ozone/dist/target
       - name: Install robotframework
         run: sudo pip install robotframework
       - name: Install k3s

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org