File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 7
7
- " 3.6"
8
8
env :
9
9
global :
10
- MONGODB_VERSION=3.6
11
- MONGODB_VERSION=4.0
12
- MONGODB_VERSION=4.2
10
+ MONGODB_PACKAGE=mongodb-org
11
+ jobs :
12
+ MOLECULE_DISTRO=centos7
13
13
# - >
14
14
# DISTRIBUTION=ubuntu
15
15
# DIST_VERSION=18_04-builded
@@ -161,10 +161,15 @@ install:
161
161
- python3 -m pip install --upgrade pip
162
162
- pip install -r requirements.txt
163
163
164
- script :
165
- - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
166
- - molecule test
167
- - AUTH_STATE=enabled molecule test
164
+ jobs :
165
+ include :
166
+ - stage : " MongoDB 3.6"
167
+ env :
168
+ - MONGODB_VERSION=3.6
169
+ script :
170
+ - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
171
+ - molecule test
172
+ - AUTH_STATE=enabled molecule test
168
173
169
174
notifications :
170
175
webhooks : https://galaxy.ansible.com/api/v1/notifications/
You can’t perform that action at this time.
0 commit comments