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

export-mongodb.yml #4

parent 4c66f05e
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,8 @@ jobs:
- name: Set up MongoDB tools
run: |
UBUNTU_VERSION=$(lsb_release -cs)
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 $UBUNTU_VERSION/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/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
......
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