ci/drone: remove docs references
This commit is contained in:
parent
2a62eab3a2
commit
fdcdc4117b
18
.drone.yml
18
.drone.yml
@ -104,8 +104,6 @@ steps:
|
|||||||
- "refs/tags/*alpha*"
|
- "refs/tags/*alpha*"
|
||||||
- "refs/tags/*test*"
|
- "refs/tags/*test*"
|
||||||
- "refs/tags/*dev*"
|
- "refs/tags/*dev*"
|
||||||
# exclude docs specific tags
|
|
||||||
- "refs/tags/*docs*"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Starting the docker service to be used by dind
|
# Starting the docker service to be used by dind
|
||||||
@ -217,10 +215,6 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- tag # see note at the start of the "Docker Images" section: creates SemVer tagged images using the `auto_tag` option of the docker plugin
|
- tag # see note at the start of the "Docker Images" section: creates SemVer tagged images using the `auto_tag` option of the docker plugin
|
||||||
- push # `auto_tag` option only creates the `latest` tag if target branch is default branch (i.e. `main`)
|
- push # `auto_tag` option only creates the `latest` tag if target branch is default branch (i.e. `main`)
|
||||||
ref:
|
|
||||||
exclude:
|
|
||||||
# exclude docs specific tags
|
|
||||||
- "refs/tags/*docs*"
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- main
|
- main
|
||||||
@ -273,10 +267,6 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- tag # see note at the start of the "Docker Images" section: creates SemVer tagged images using the `auto_tag` option of the docker plugin
|
- tag # see note at the start of the "Docker Images" section: creates SemVer tagged images using the `auto_tag` option of the docker plugin
|
||||||
- push # `auto_tag` option only creates the `latest` tag if target branch is default branch (i.e. `main`)
|
- push # `auto_tag` option only creates the `latest` tag if target branch is default branch (i.e. `main`)
|
||||||
ref:
|
|
||||||
exclude:
|
|
||||||
# exclude docs specific tags
|
|
||||||
- "refs/tags/*docs*"
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- main
|
- main
|
||||||
@ -366,10 +356,6 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- tag # see note at the start of the "Docker Images" section: creates SemVer tagged images using the `auto_tag` option of the docker plugin
|
- tag # see note at the start of the "Docker Images" section: creates SemVer tagged images using the `auto_tag` option of the docker plugin
|
||||||
- push # `auto_tag` option only creates the `latest` tag if target branch is default branch (i.e. `main`)
|
- push # `auto_tag` option only creates the `latest` tag if target branch is default branch (i.e. `main`)
|
||||||
ref:
|
|
||||||
exclude:
|
|
||||||
# exclude docs specific tags
|
|
||||||
- "refs/tags/*docs*"
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- main
|
- main
|
||||||
@ -436,10 +422,6 @@ trigger:
|
|||||||
event:
|
event:
|
||||||
- tag # see note at the start of the "Docker Images" section: creates SemVer tagged images using the `auto_tag` option of the manifest plugin
|
- tag # see note at the start of the "Docker Images" section: creates SemVer tagged images using the `auto_tag` option of the manifest plugin
|
||||||
- push # `auto_tag` option only creates the `latest` tag if target branch is default branch (i.e. `main`)
|
- push # `auto_tag` option only creates the `latest` tag if target branch is default branch (i.e. `main`)
|
||||||
ref:
|
|
||||||
exclude:
|
|
||||||
# exclude docs specific tags
|
|
||||||
- "refs/tags/*docs*"
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- main
|
- main
|
||||||
|
Loading…
Reference in New Issue
Block a user