Skip to content
Snippets Groups Projects
Commit cfd1dfe6 authored by michael litschauer's avatar michael litschauer
Browse files

export-mongodb.yml #2

parent fa52cbc0
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,11 @@ jobs:
uses: actions/checkout@v2
- name: Set up MongoDB tools
run: sudo apt-get install -y mongodb-clients
run: |
wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
sudo apt-get update
sudo apt-get install -y mongodb-org-tools
- name: Export MongoDB collections
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment