Explorar el Código

Pull new base Docker images during CI.

Dan Helfman hace 6 años
padre
commit
4a1ee8c911
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

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