소스 검색

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