You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by nl...@apache.org on 2019/01/17 22:49:44 UTC

[incubator-heron] branch master updated: Fix docker build artifacts script to have the correct version string (#3156)

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

nlu90 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 297eb24  Fix docker build artifacts script to have the correct version string (#3156)
297eb24 is described below

commit 297eb24039ae501752f7836101169429effad413
Author: Ning Wang <nw...@twitter.com>
AuthorDate: Thu Jan 17 14:49:40 2019 -0800

    Fix docker build artifacts script to have the correct version string (#3156)
---
 scripts/release/status.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/release/status.sh b/scripts/release/status.sh
index 0b87b8b..925b395 100755
--- a/scripts/release/status.sh
+++ b/scripts/release/status.sh
@@ -59,8 +59,7 @@ then
     build_version=${HERON_BUILD_VERSION}
   fi
 else
-  current_dir=$(pwd)
-  build_version=$(basename "$current_dir")
+  build_version=${HERON_BUILD_VERSION}
 fi
 echo "HERON_BUILD_VERSION ${build_version}"