Skip to content

Commit a435185

Browse files
committed
Release' is not signed.
1 parent d656c3c commit a435185

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ env:
66
global:
77
- ROLE_NAME: ansible-mongodb-org-shell
88
matrix:
9-
- MOLECULE_DISTRO: centos8
10-
- MOLECULE_DISTRO: centos7
119
- MOLECULE_DISTRO: ubuntu1804
12-
- MOLECULE_DISTRO: ubuntu1604
13-
- MOLECULE_DISTRO: debian10
14-
- MOLECULE_DISTRO: debian9
15-
- MOLECULE_DISTRO: fedora30
1610

1711
install:
1812
# Install test dependencies.

tasks/Debian.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2+
- name: Add mongo apt key
3+
apt_key:
4+
url: https://www.mongodb.org/static/pgp/server-4.2.asc
5+
26
- name: Add mongo apt repository
37
apt_repository:
4-
repo: deb https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse # yamllint disable-line rule:line-length
8+
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse # yamllint disable-line rule:line-length
59

610
- name: Install mongodb org shell
711
apt:

0 commit comments

Comments
 (0)