[ARVADOS] updated: 1.1.2-2-gcf5e739
Git user
git at public.curoverse.com
Thu Dec 21 10:14:41 EST 2017
Summary of changes:
build/run-build-docker-jobs-image.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via cf5e73998da0cac4a00d29f6004ea58d11c7acd4 (commit)
from 08fcef34fae00ecb34d34d4d34dbbb2cec98ced8 (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 cf5e73998da0cac4a00d29f6004ea58d11c7acd4
Author: Fernando Monserrat <fernando.monserrat at gmail.com>
Date: Thu Dec 21 12:14:35 2017 -0300
#12850 trim whitespaces for lint
Arvados-DCO-1.1-Signed-off-by: Fernando Monserrat <fmonserrat at veritasgenetics.com>
diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index bac3276..d221844 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -158,7 +158,7 @@ if docker --version |grep " 1\.[0-9]\." ; then
fi
if ! [[ -z "$version_tag" ]]; then
docker tag $FORCE arvados/jobs:$cwl_runner_version arvados/jobs:"$version_tag"
-else
+else
docker tag $FORCE arvados/jobs:$cwl_runner_version arvados/jobs:latest
fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list