Skip to content

Commit b7263e1

Browse files
committed
fix: Fixed travis failure
dependency: none Signed-off-by: jkalanda <jkalanda@us.ibm.com>
1 parent f6247c5 commit b7263e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828
- echo -e "machine github.ibm.com\n login $GH_TOKEN" > ~/.netrc
2929

3030
install:
31-
- sudo rm /etc/apt/sources.list.d/mongodb-4.4.list
31+
- sudo rm -f /etc/apt/sources.list.d/mongodb-4.4.list
3232
- wget -O- https://pgp.mongodb.com/server-4.4.asc | sudo gpg --dearmor -o /usr/share/keyrings/mongodb-4.4.gpg
3333
- 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
3434
- pip install tox-travis

0 commit comments

Comments
 (0)