diff options
author | Robert Guo <robert.guo@10gen.com> | 2020-09-09 10:31:12 -0400 |
---|---|---|
committer | Robert Guo <robert.guo@10gen.com> | 2020-09-09 10:31:12 -0400 |
commit | ba31e370946c21bdf33326f2504818d2e729ad54 (patch) | |
tree | e25d4099e87053756eacc85b7b9942382d4ededa /buildscripts/generate_compile_expansions_shared_cache.py | |
parent | 6fcc68702d834148667420b482e69957fa09dac1 (diff) | |
download | mongo-ba31e370946c21bdf33326f2504818d2e729ad54.tar.gz |
SERVER-50720 Update filename suffix to v4.7.0-latest for nightly builds for 4.7.0 branch
Diffstat (limited to 'buildscripts/generate_compile_expansions_shared_cache.py')
-rwxr-xr-x | buildscripts/generate_compile_expansions_shared_cache.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/generate_compile_expansions_shared_cache.py b/buildscripts/generate_compile_expansions_shared_cache.py index 2c6436d1bec..f437692cb0e 100755 --- a/buildscripts/generate_compile_expansions_shared_cache.py +++ b/buildscripts/generate_compile_expansions_shared_cache.py @@ -60,8 +60,8 @@ def generate_version_expansions(): raise ValueError("Unable to parse version from stdin and no version.json provided") if version_parts[0]: - expansions["suffix"] = "latest" - expansions["src_suffix"] = "latest" + expansions["suffix"] = "v4.7-latest" + expansions["src_suffix"] = "v4.7-latest" expansions["is_release"] = "false" else: expansions["suffix"] = version_line |