[ARVADOS] updated: 2.1.0-882-gf592fa476

Git user git at public.arvados.org
Wed Jun 2 18:51:57 UTC 2021


Summary of changes:
 build/run-build-docker-jobs-image.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  f592fa476f9648c2c8c396e9067c95831351d123 (commit)
      from  bcab6c50f54f155f14d1dd635becd85a5e91289d (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 f592fa476f9648c2c8c396e9067c95831351d123
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Jun 2 14:50:16 2021 -0400

    Need to export ARVADOS_BUILDING_ so arvados_version.py sees them.
    
    refs #17512
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh
index 075771821..a7e3ee546 100755
--- a/build/run-build-docker-jobs-image.sh
+++ b/build/run-build-docker-jobs-image.sh
@@ -135,8 +135,8 @@ timer_reset
 cd "$WORKSPACE"
 
 if [[ -z "$ARVADOS_BUILDING_VERSION" ]] && ! [[ -z "$version_tag" ]]; then
-	ARVADOS_BUILDING_VERSION="$version_tag"
-	ARVADOS_BUILDING_ITERATION="1"
+	export ARVADOS_BUILDING_VERSION="$version_tag"
+	export ARVADOS_BUILDING_ITERATION="1"
 fi
 
 # This defines python_sdk_version and cwl_runner_version with python-style

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list