mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-08 11:11:37 +00:00
consistent indents
This commit is contained in:
parent
c77943ff49
commit
33fd0dc256
1 changed files with 10 additions and 10 deletions
20
.drone.yml
20
.drone.yml
|
@ -65,10 +65,10 @@ steps:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: dessalines/lemmy
|
repo: dessalines/lemmy
|
||||||
tags:
|
tags:
|
||||||
- dev-linux-amd64
|
- dev-linux-amd64
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
|
|
||||||
- name: publish dev docker manifest
|
- name: publish dev docker manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
|
@ -85,7 +85,7 @@ steps:
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
|
|
||||||
- name: publish release docker image
|
- name: publish release docker image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -100,7 +100,7 @@ steps:
|
||||||
auto_tag_suffix: linux-amd64
|
auto_tag_suffix: linux-amd64
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
- name: publish release docker manifest
|
- name: publish release docker manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
|
@ -117,7 +117,7 @@ steps:
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: database
|
- name: database
|
||||||
|
@ -182,10 +182,10 @@ steps:
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
repo: dessalines/lemmy
|
repo: dessalines/lemmy
|
||||||
tags:
|
tags:
|
||||||
- dev-linux-arm64
|
- dev-linux-arm64
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
|
|
||||||
- name: publish dev docker manifest
|
- name: publish dev docker manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
|
@ -202,7 +202,7 @@ steps:
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/main
|
- refs/heads/main
|
||||||
|
|
||||||
- name: publish release docker image
|
- name: publish release docker image
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -217,7 +217,7 @@ steps:
|
||||||
auto_tag_suffix: linux-arm64
|
auto_tag_suffix: linux-arm64
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
- name: publish release docker manifest
|
- name: publish release docker manifest
|
||||||
image: plugins/manifest
|
image: plugins/manifest
|
||||||
|
@ -234,7 +234,7 @@ steps:
|
||||||
ignore_missing: true
|
ignore_missing: true
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: database
|
- name: database
|
||||||
|
|
Loading…
Reference in a new issue