Skip to content

Commit 10e6007

Browse files
authored
fix: fixing the PGP mongodb reference issue (#112)
Signed-off-by: jkalandaibm <[email protected]>
1 parent 0682f55 commit 10e6007

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ before_install:
3030
- echo -e "machine github.ibm.com\n login $GH_TOKEN" > ~/.netrc
3131

3232
install:
33+
- sudo rm /etc/apt/sources.list.d/mongodb-4.4.list
34+
- wget -O- https://pgp.mongodb.com/server-4.4.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-4.4.gpg
35+
- 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
3336
- pip install tox-travis
3437

3538
script: tox

0 commit comments

Comments
 (0)