You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by lx...@apache.org on 2017/08/01 15:21:09 UTC

[incubator-mxnet-test] branch master updated: Checkout tag

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0085aaf  Checkout tag
0085aaf is described below

commit 0085aafec6d58a131d9f2207bb793a280b939912
Author: Nguyen <ly...@amazon.com>
AuthorDate: Tue Aug 1 08:21:04 2017 -0700

    Checkout tag
---
 docs/build_version_doc/build_doc.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/build_version_doc/build_doc.sh b/docs/build_version_doc/build_doc.sh
index 4d7c998..77b752e 100755
--- a/docs/build_version_doc/build_doc.sh
+++ b/docs/build_version_doc/build_doc.sh
@@ -34,6 +34,7 @@ if [ $latest_tag != ${tag_list[0]} ]
 then
     echo "Building new tag"
     git submodule update
+    git checkout $latest_tag
     make docs || exit 1
     echo -e "$latest_tag\n$(cat $tag_list_file)" > "$tag_list_file"
     cat $tag_list_file

-- 
To stop receiving notification emails like this one, please contact
['"commits@mxnet.apache.org" <co...@mxnet.apache.org>'].