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 bf8ae07 commit 5bd2b98Copy full SHA for 5bd2b98
.evergreen/print-compass-env.sh
@@ -43,8 +43,8 @@ if [[ "${EVERGREEN_PROJECT}" == "10gen-compass-main" ]]; then
43
month=$(escapeLeadingZero "${ts[1]}")
44
day=$(escapeLeadingZero "${ts[2]}")
45
hour=$(escapeLeadingZero "${ts[3]}")
46
- minute="${ts[4]}"
47
- second="${ts[5]}"
+ minute=$(escapeAllLeadingZero "${ts[4]}")
+ second=$(escapeAllLeadingZero "${ts[5]}")
48
export DEV_VERSION_IDENTIFIER="${year}.${month}.${day}-dev.${hour}${minute}${second}"
49
fi
50
0 commit comments