We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541086a commit a77d124Copy full SHA for a77d124
.evergreen/config.yml
@@ -26,7 +26,7 @@ functions:
26
set -o errexit
27
set -o xtrace
28
if [ "${is_patch}" = "true" ]; then
29
- VERSION=$(git describe --abbrev=7)-patch-${version_id}
+ VERSION=$(git describe --abbrev=7 --match='1.*')-patch-${version_id}
30
else
31
VERSION=latest
32
fi
build/evergreen_config_lib/functions.py
@@ -32,7 +32,7 @@
]))]),
33
shell_mongoc(r'''
34
35
36
37
38
0 commit comments