File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -167,24 +167,21 @@ jobs:
167
167
- stage : " MongoDB 3.6"
168
168
env :
169
169
- MONGODB_VERSION=3.6
170
- script :
171
- - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
172
- - molecule test
173
- - AUTH_STATE=enabled molecule test
170
+ << : *shared_job
174
171
- stage : " MongoDB 4.0"
175
172
env :
176
173
- MONGODB_VERSION=4.0
177
- script :
178
- - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
179
- - molecule test
180
- - AUTH_STATE=enabled molecule test
174
+ << : *shared_job
181
175
- stage : " MongoDB 4.2"
182
176
env :
183
177
- MONGODB_VERSION=4.2
184
- script :
185
- - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
186
- - molecule test
187
- - AUTH_STATE=enabled molecule test
178
+ << : *shared_job
179
+
180
+ _shared_job : &shared_job
181
+ script :
182
+ - echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
183
+ - molecule test
184
+ - AUTH_STATE=enabled molecule test
188
185
189
186
notifications :
190
187
webhooks : https://galaxy.ansible.com/api/v1/notifications/
You can’t perform that action at this time.
0 commit comments