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 db7ccb9 commit 81e4f4dCopy full SHA for 81e4f4d
.evergreen/ssdlc-report.sh
@@ -45,7 +45,7 @@ elif [ -n "${GIT_BRANCH_PATCH}" ]; then
45
declare -r EVERGREEN_PROJECT_NAME_SUFFIX="${PRODUCT_VERSION%.*}"
46
declare -r EVERGREEN_BUILD_URL="${EVERGREEN_BUILD_URL_PREFIX}/${EVERGREEN_PROJECT_NAME_PREFIX}_${EVERGREEN_PROJECT_NAME_SUFFIX}_${GIT_COMMIT_HASH}"
47
elif [[ "${PRODUCT_NAME}" == *'-snapshot' ]]; then
48
- declare -r EVERGREEN_BUILD_URL="https://no-url-for-snapshot-builds"
+ declare -r EVERGREEN_BUILD_URL="cannot-compute-evergreen-url-for-snapshot-builds"
49
else
50
printf "\nFailed to compute EVERGREEN_BUILD_URL\n"
51
exit 1
0 commit comments