summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorBrian Samek <brian.samek@mongodb.com>2017-08-09 14:47:20 +0300
committerBrian Samek <brian.samek@mongodb.com>2017-08-15 10:22:37 +0300
commit4824a25019fda373d8d149e117c857fcfbf77ad0 (patch)
tree7abdb0841f559e1e27a697db84cf18aa0563a1b9 /etc/perf.yml
parentf1b48394ad7ac51b9c7ce0f169a14214a01700fd (diff)
downloadmongo-4824a25019fda373d8d149e117c857fcfbf77ad0.tar.gz
SERVER-29422 Respect version.json in patch builds
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 964968aa64b..d607f5b415d 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -237,7 +237,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: