File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -1878,29 +1878,6 @@ task_groups:
18781878 - command : expansions.update
18791879 params :
18801880 file : serverless-expansion.yml
1881- - command : shell.exec
1882- params :
1883- shell : " bash"
1884- script : |
1885- # Find the crypt_shared library file in the current directory and set the CRYPT_SHARED_LIB_PATH to
1886- # the path of that file. Only look for .so, .dll, or .dylib files to prevent matching any other
1887- # downloaded files.
1888- CRYPT_SHARED_LIB_PATH="$(find $(pwd) -maxdepth 1 -type f \
1889- -name 'mongo_crypt_v1.so' -o \
1890- -name 'mongo_crypt_v1.dll' -o \
1891- -name 'mongo_crypt_v1.dylib')"
1892-
1893- # If we're on Windows, convert the "cygdrive" path to Windows-style paths.
1894- if [ "Windows_NT" = "$OS" ]; then
1895- CRYPT_SHARED_LIB_PATH=$(cygpath -m $CRYPT_SHARED_LIB_PATH)
1896- fi
1897-
1898- echo "CRYPT_SHARED_LIB_PATH: $CRYPT_SHARED_LIB_PATH" >> crypt-expansion.yml
1899-
1900- # Load the expansion file to make an evergreen variable with the current unique version
1901- - command : expansions.update
1902- params :
1903- file : crypt-expansion.yml
19041881 teardown_group :
19051882 - command : subprocess.exec
19061883 params :
You can’t perform that action at this time.
0 commit comments