Explorar o código

Pull new base Docker images during CI.

Dan Helfman %!s(int64=6) %!d(string=hai) anos
pai
achega
4a1ee8c911
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -1,6 +1,7 @@
 pipeline:
   build:
     image: python:3.7.0-alpine3.8
+    pull: true
     commands:
       - pip install tox
       - tox