Skip to content

Commit

Permalink
fix: fixing the PGP mongodb reference issue (#112)
Browse files Browse the repository at this point in the history
Signed-off-by: jkalandaibm <jkalanda@us.ibm.com>
  • Loading branch information
jkalandaibm authored Jun 14, 2024
1 parent 0682f55 commit 10e6007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ before_install:
- echo -e "machine github.ibm.com\n login $GH_TOKEN" > ~/.netrc

install:
- sudo rm /etc/apt/sources.list.d/mongodb-4.4.list
- wget -O- https://pgp.mongodb.com/server-4.4.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-4.4.gpg
- echo "deb [signed-by=/usr/share/keyrings/mongodb-4.4.gpg] http://repo.mongodb.org/apt/ubuntu $(lsb_release -cs)/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-4.4.list
- pip install tox-travis

script: tox
Expand Down

0 comments on commit 10e6007

Please sign in to comment.