Skip to content

Commit

Permalink
fix encryption handling
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 10, 2025
1 parent 7f99c3b commit b249dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .evergreen/scripts/cleanup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

if [ -f "$DRIVERS_TOOLS"/.evergreen/csfle/secrets-export.sh ]; then
. .evergreen/hatch.sh encryption:teardown
bash .evergreen/teardown-encryption.sh
fi
rm -rf "${DRIVERS_TOOLS}" || true
rm -f ./secrets-export.sh || true
2 changes: 1 addition & 1 deletion .evergreen/scripts/setup-encryption.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

if [ -n "${test_encryption}" ]; then
./.evergreen/hatch.sh encryption:setup
bash .evergreen/setup-encryption.sh
fi

0 comments on commit b249dee

Please sign in to comment.