Skip to content

Commit 3637ddd

Browse files
committed
chore: sync common files from resources repository
1 parent 716fb72 commit 3637ddd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.drone.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ pipeline:
203203

204204
integration_tests_integration:
205205
<<: *integration_tests_common
206-
image: centos:${OS_VERSION}
206+
207+
image: metwork/mfxxx-${OS_VERSION}-testimage:integration
208+
207209
environment:
208210
- DEP_BRANCH=integration
209211
when:
@@ -213,7 +215,9 @@ pipeline:
213215
branch: [ integration, ci_*, pci_* ]
214216
integration_tests:
215217
<<: *integration_tests_common
216-
image: centos:${OS_VERSION}
218+
219+
image: metwork/mfxxx-${OS_VERSION}-testimage:${DRONE_BRANCH}
220+
217221
environment:
218222
- DEP_BRANCH=${DRONE_BRANCH}
219223
when:

0 commit comments

Comments
 (0)