[ARVADOS] updated: 1.1.1-126-gb4f174b
Git user
git at public.curoverse.com
Fri Dec 1 09:03:21 EST 2017
Summary of changes:
build/run-library.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via b4f174b43ea1103fb5a16ea15b6cc7a27b79b1b6 (commit)
from c311b374060432f93c43cb24cfdb70494816105e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit b4f174b43ea1103fb5a16ea15b6cc7a27b79b1b6
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Fri Dec 1 11:03:11 2017 -0300
12771: fix for add version as param
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-library.sh b/build/run-library.sh
index 290eb02..8f7acfb 100755
--- a/build/run-library.sh
+++ b/build/run-library.sh
@@ -39,7 +39,8 @@ format_last_commit_here() {
}
version_from_latest_tag() {
- if [[ $VERSION != "" ]] ; then
+ if [ $VERSION != "" ] ; then
+ echo $VERSION
new_version_tag=$VERSION
echo "${new_version_tag}"
else
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list