From 13b45b757deffb94db3ff269f8668aeacf344091 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 6 Mar 2021 15:06:24 +0100 Subject: [PATCH] Always pull images when testing --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 87a18d7..57b87e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,7 @@ name: pre-commit steps: - name: pre-commit image: rg.fr-par.scw.cloud/crocmagnon/pre-commit:latest + pull: always commands: - pre-commit run --all-files --color always --show-diff-on-failure @@ -103,6 +104,7 @@ depends_on: steps: - name: unit tests image: rg.fr-par.scw.cloud/crocmagnon/blog:tests-latest + pull: always commands: - cd /app - python -m pytest @@ -116,6 +118,7 @@ depends_on: steps: - name: missing migration image: rg.fr-par.scw.cloud/crocmagnon/blog:tests-latest + pull: always commands: - cd /app - python manage.py makemigrations --check