Repository: bahir-flink
Updated Branches:
  refs/heads/master 4b86db18f -> e23fa6552


[MINOR] Update expected extension on release script


Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/e23fa655
Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/e23fa655
Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/e23fa655

Branch: refs/heads/master
Commit: e23fa655269d4a0584d84cc01e35f1a5862fb69f
Parents: 4b86db1
Author: Luciano Resende <[email protected]>
Authored: Thu Apr 6 13:37:14 2017 -0700
Committer: Luciano Resende <[email protected]>
Committed: Thu Apr 6 13:37:27 2017 -0700

----------------------------------------------------------------------
 dev/release-build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/e23fa655/dev/release-build.sh
----------------------------------------------------------------------
diff --git a/dev/release-build.sh b/dev/release-build.sh
index c9073b1..65429e3 100755
--- a/dev/release-build.sh
+++ b/dev/release-build.sh
@@ -254,8 +254,8 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
     if [ -z "$DRY_RUN" ]; then
         svn co $RELEASE_STAGING_LOCATION svn-bahir-flink
         mkdir -p svn-bahir-flink/$RELEASE_VERSION-$RELEASE_RC
-        cp bahir-flink/distribution/target/*.tar.gz 
svn-bahir-flink/$RELEASE_VERSION-$RELEASE_RC/
-        cp bahir-flink/distribution/target/*.zip    
svn-bahir-flink/$RELEASE_VERSION-$RELEASE_RC/
+        cp bahir-flink/distribution/target/*.tgz 
svn-bahir-flink/$RELEASE_VERSION-$RELEASE_RC/
+        cp bahir-flink/distribution/target/*.zip 
svn-bahir-flink/$RELEASE_VERSION-$RELEASE_RC/
 
         cd svn-bahir-flink/$RELEASE_VERSION-$RELEASE_RC/
         rm -f *.asc

Reply via email to