From 6bdcf02867d4ef0eb6a70cba55cfd6737a267441 Mon Sep 17 00:00:00 2001 From: val Date: Wed, 14 Sep 2022 14:55:13 +0000 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 174762a..3c42fe9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,10 +2,16 @@ pipeline: test-python: image: python:${PYTHON_VERSION} commands: - - sleep 30 + - sleep 20 - python -V matrix: PYTHON_VERSION: - 3.7 - - 3.10 \ No newline at end of file + - 3.10 + + services: + docker: + image: docker:dind + command: [ "--storage-driver=vfs", "--tls=false" ] + privileged: true \ No newline at end of file