From 4849695fb508f4c16b35f1358df2d9ee8e18aa1d Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 20 Nov 2023 15:14:18 +0100 Subject: [PATCH] [CI] Fix identation --- .drone.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index fb672c0..d0f67c9 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -11,7 +11,7 @@ steps: pull: 'always' when: branch: - - 'master' + - 'master' settings: @@ -33,5 +33,5 @@ steps: # tags tags: - - 'latest' - - 'v26' + - 'latest' + - 'v26'