mongo-python-driver/.evergreen/scripts/setup-encryption.sh
Steven Silvester 86084adb29
PYTHON-4975 Use justfile as the task runner (#2057)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
2025-01-17 14:48:01 -06:00

6 lines
91 B
Bash
Executable File

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