[ARVADOS] updated: 2.1.0-868-g4921d160c

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


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

       via  4921d160cd6237d9b84fb8abfa469d2501628cf6 (commit)
      from  0ffcd424935040010d4ced7b296a10b9252df707 (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 4921d160cd6237d9b84fb8abfa469d2501628cf6
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