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 aadec88 commit e26c3c9Copy full SHA for e26c3c9
.evergreen/config.yml
@@ -398,7 +398,7 @@ functions:
398
working_dir: "src"
399
script: |
400
${PREPARE_SHELL}
401
- file="${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh"
+ file="${DRIVERS_TOOLS}/.evergreen/install-dependencies.sh"
402
# Don't use ${file} syntax here because evergreen treats it as an empty expansion.
403
[ -f "$file" ] && sh $file || echo "$file not available, skipping"
404
.evergreen/install-dependencies.sh
0 commit comments