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 474ec83 commit 21ca6b5Copy full SHA for 21ca6b5
.evergreen/config.yml
@@ -268,7 +268,7 @@ functions:
268
${PREPARE_SHELL}
269
file="${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh"
270
# Don't use ${file} syntax here because evergreen treats it as an empty expansion.
271
- [ -f "$file" ] && PHP_VERSION=${PHP_VERSION} DRIVER_VERSION=${DRIVER_VERSION} sh $file || echo "$file not available, skipping"
+ [ -f "$file" ] && PHP_VERSION=${PHP_VERSION} DRIVER_VERSION=${DRIVER_VERSION} DRIVER_REPO=${DRIVER_REPO} DRIVER_BRANCH=${DRIVER_BRANCH} sh $file || echo "$file not available, skipping"
272
273
pre:
274
- func: "fetch source"
0 commit comments