From 2deb66855b096d597972c06e55ca8e5646d4b66f Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 14 Mar 2023 14:43:20 +0100 Subject: [PATCH] fix(ci): always pull latest unstable api image for testing --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 692cf23fa..63b7ea545 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,6 +15,7 @@ trigger: services: - name: api image: vikunja/api:unstable + pull: always environment: VIKUNJA_SERVICE_TESTINGTOKEN: averyLongSecretToSe33dtheDB VIKUNJA_LOG_LEVEL: DEBUG @@ -521,6 +522,6 @@ steps: from_secret: crowdin_key --- kind: signature -hmac: 971875b90c7bb1649d1b00d022d0b594ba9b68f927bf8f0dbe840190816d676b +hmac: 303afeb09b75a57ba88720b45dc06c8bf2c7320e19d738d8299f325438246f75 ...