Indent volumes
This commit is contained in:
parent
ea9a079943
commit
583bbe76a1
24
.drone.yml
24
.drone.yml
@ -32,9 +32,9 @@ steps:
|
|||||||
- 'git commit -a -m "chore: Update translations"'
|
- 'git commit -a -m "chore: Update translations"'
|
||||||
- git push -u origin main
|
- git push -u origin main
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
claim:
|
claim:
|
||||||
name: docker-cache
|
name: docker-cache
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
@ -73,9 +73,9 @@ steps:
|
|||||||
-f Dockerfile.prebuilt .
|
-f Dockerfile.prebuilt .
|
||||||
- img push voidic/snort:latest
|
- img push voidic/snort:latest
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
claim:
|
claim:
|
||||||
name: docker-cache
|
name: docker-cache
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
@ -115,9 +115,9 @@ steps:
|
|||||||
-f Dockerfile.prebuilt .
|
-f Dockerfile.prebuilt .
|
||||||
- img push voidic/snort:${DRONE_TAG}
|
- img push voidic/snort:${DRONE_TAG}
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
claim:
|
claim:
|
||||||
name: docker-cache
|
name: docker-cache
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
@ -141,6 +141,6 @@ steps:
|
|||||||
- yarn workspace @snort/app eslint
|
- yarn workspace @snort/app eslint
|
||||||
- yarn workspace @snort/app prettier --check .
|
- yarn workspace @snort/app prettier --check .
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
claim:
|
claim:
|
||||||
name: docker-cache
|
name: docker-cache
|
Loading…
x
Reference in New Issue
Block a user