Преглед изворни кода

Pull new base Docker images during CI.

Dan Helfman пре 6 година
родитељ
комит
4a1ee8c911
1 измењених фајлова са 1 додато и 0 уклоњено
  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