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 8c02992 commit afd8ddeCopy full SHA for afd8dde
.evergreen/compilation-context-expansions.sh
@@ -1,5 +1,5 @@
1
export DISTRO_UPLOADLIST_REGEX="^(rhel70|win|rhel7-zseries|rhel81-power8|amazon2-arm64|macos)"
2
-export COMPILING_CONTEXT_FILE="$(dirname "$0")/../tmp/compiling-context.yml"
+export COMPILING_CONTEXT_FILE="$(pwd)/../tmp/compiling-context.yml"
3
4
if ! [[ "$DISTRO_ID" =~ $DISTRO_UPLOADLIST_REGEX ]]; then
5
echo "'$DISTRO_ID' will be disabled as it is not part of the DISTRO_UPLOADLIST_REGEX '$DISTRO_UPLOADLIST_REGEX'."
0 commit comments