diff options
author | Brian Samek <brian.samek@mongodb.com> | 2017-08-09 14:47:20 +0300 |
---|---|---|
committer | Brian Samek <brian.samek@mongodb.com> | 2017-08-15 10:22:37 +0300 |
commit | 4824a25019fda373d8d149e117c857fcfbf77ad0 (patch) | |
tree | 7abdb0841f559e1e27a697db84cf18aa0563a1b9 /etc/longevity.yml | |
parent | f1b48394ad7ac51b9c7ce0f169a14214a01700fd (diff) | |
download | mongo-4824a25019fda373d8d149e117c857fcfbf77ad0.tar.gz |
SERVER-29422 Respect version.json in patch builds
Diffstat (limited to 'etc/longevity.yml')
-rw-r--r-- | etc/longevity.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml index 183f480162b..ea2879da200 100644 --- a/etc/longevity.yml +++ b/etc/longevity.yml @@ -269,7 +269,7 @@ tasks: # This script converts the generated version string into a sanitized version string for # use by scons and uploading artifacts as well as information about for the scons cache. - echo $MONGO_VERSION | USE_SCONS_CACHE=${use_scons_cache|false} ${python|/opt/mongodbtoolchain/v2/bin/python2} buildscripts/generate_compile_expansions.py | tee compile_expansions.yml + MONGO_VERSION=$MONGO_VERSION USE_SCONS_CACHE=${use_scons_cache|false} ${python|/opt/mongodbtoolchain/v2/bin/python2} buildscripts/generate_compile_expansions.py --out compile_expansions.yml # Then we load the generated version data into the agent so we can use it in task definitions - command: expansions.update params: |