Use labels for woodpecker continuous deployments
This commit is contained in:
parent
c9d829a679
commit
215187595d
2 changed files with 8 additions and 2 deletions
|
@ -9,7 +9,10 @@ depends_on:
|
||||||
- database_checks
|
- database_checks
|
||||||
- messages.po_check
|
- messages.po_check
|
||||||
|
|
||||||
platform: releaser/release # This prevents executing this pipeline at other servers than ci.friendi.ca
|
# This prevents executing this pipeline at other servers than ci.friendi.ca
|
||||||
|
labels:
|
||||||
|
location: friendica
|
||||||
|
type: releaser
|
||||||
|
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,10 @@ depends_on:
|
||||||
- phpunit
|
- phpunit
|
||||||
- code_standards_check
|
- code_standards_check
|
||||||
|
|
||||||
platform: releaser/release # This prevents executing this pipeline at other servers than ci.friendi.ca
|
# This prevents executing this pipeline at other servers than ci.friendi.ca
|
||||||
|
labels:
|
||||||
|
location: friendica
|
||||||
|
type: releaser
|
||||||
|
|
||||||
skip_clone: true
|
skip_clone: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue