Indent volumes

This commit is contained in:
Kieran 2023-07-03 11:26:19 +01:00
parent ea9a079943
commit 583bbe76a1
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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
- name: cache
claim:
name: docker-cache