File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151 run : cp .github/workflows/runtests.py django_repo/tests/runtests_.py
5252 - name : Start local Atlas
5353 working-directory : .
54- run : bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:8.2.1
54+ run : bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:8.0.15
5555 - name : Install mongosh
5656 run : |
5757 wget -q https://downloads.mongodb.com/compass/mongosh-2.2.10-linux-x64.tgz
6060 mongosh --version
6161 - name : Install mongocryptd from Enterprise tarball
6262 run : |
63- curl -sSL -o mongodb-enterprise.tgz "https://downloads.mongodb.com/linux/mongodb-linux-x86_64-enterprise-ubuntu2404 -8.2.1 .tgz"
63+ curl -sSL -o mongodb-enterprise.tgz "https://downloads.mongodb.com/linux/mongodb-linux-x86_64-enterprise-ubuntu2204 -8.0.15 .tgz"
6464 tar -xzf mongodb-enterprise.tgz
65- sudo cp mongodb-linux-x86_64-enterprise-ubuntu2404 -8.2.1 /bin/mongocryptd /usr/local/bin/
65+ sudo cp mongodb-linux-x86_64-enterprise-ubuntu2204 -8.0.15 /bin/mongocryptd /usr/local/bin/
6666 - name : Start mongocryptd
6767 run : |
6868 nohup mongocryptd --logpath=/tmp/mongocryptd.log &
You can’t perform that action at this time.
0 commit comments