From 583bbe76a1e7c3e0e6bc827e12b993f2015cd04d Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 3 Jul 2023 11:26:19 +0100 Subject: [PATCH] Indent volumes --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4370ff6..a68754f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,9 +32,9 @@ steps: - 'git commit -a -m "chore: Update translations"' - git push -u origin main volumes: -- name: cache - claim: - name: docker-cache + - name: cache + claim: + name: docker-cache --- kind: pipeline type: kubernetes @@ -73,9 +73,9 @@ steps: -f Dockerfile.prebuilt . - img push voidic/snort:latest volumes: -- name: cache - claim: - name: docker-cache + - name: cache + claim: + name: docker-cache --- kind: pipeline type: kubernetes @@ -115,9 +115,9 @@ steps: -f Dockerfile.prebuilt . - img push voidic/snort:${DRONE_TAG} volumes: -- name: cache - claim: - name: docker-cache + - name: cache + claim: + name: docker-cache --- kind: pipeline type: kubernetes @@ -141,6 +141,6 @@ steps: - yarn workspace @snort/app eslint - yarn workspace @snort/app prettier --check . volumes: -- name: cache - claim: - name: docker-cache \ No newline at end of file + - name: cache + claim: + name: docker-cache \ No newline at end of file