Quellcode durchsuchen

Pull new base Docker images during CI.

Dan Helfman vor 6 Jahren
Ursprung
Commit
4a1ee8c911
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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