We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716fb72 commit 3637dddCopy full SHA for 3637ddd
.drone.yml
@@ -203,7 +203,9 @@ pipeline:
203
204
integration_tests_integration:
205
<<: *integration_tests_common
206
- image: centos:${OS_VERSION}
+
207
+ image: metwork/mfxxx-${OS_VERSION}-testimage:integration
208
209
environment:
210
- DEP_BRANCH=integration
211
when:
@@ -213,7 +215,9 @@ pipeline:
213
215
branch: [ integration, ci_*, pci_* ]
214
216
integration_tests:
217
218
219
+ image: metwork/mfxxx-${OS_VERSION}-testimage:${DRONE_BRANCH}
220
221
222
- DEP_BRANCH=${DRONE_BRANCH}
223
0 commit comments