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 7f99c3b commit b249deeCopy full SHA for b249dee
.evergreen/scripts/cleanup.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
if [ -f "$DRIVERS_TOOLS"/.evergreen/csfle/secrets-export.sh ]; then
4
- . .evergreen/hatch.sh encryption:teardown
+ bash .evergreen/teardown-encryption.sh
5
fi
6
rm -rf "${DRIVERS_TOOLS}" || true
7
rm -f ./secrets-export.sh || true
.evergreen/scripts/setup-encryption.sh
@@ -1,5 +1,5 @@
if [ -n "${test_encryption}" ]; then
- ./.evergreen/hatch.sh encryption:setup
+ bash .evergreen/setup-encryption.sh
0 commit comments