Use labels for woodpecker continuous deployments
parent
16a9a2fa0b
commit
c45f2610ba
|
@ -3,7 +3,10 @@ matrix:
|
||||||
- PHP_MAJOR_VERSION: 7.4
|
- PHP_MAJOR_VERSION: 7.4
|
||||||
PHP_VERSION: 7.4.18
|
PHP_VERSION: 7.4.18
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,10 @@ matrix:
|
||||||
- PHP_MAJOR_VERSION: 7.4
|
- PHP_MAJOR_VERSION: 7.4
|
||||||
PHP_VERSION: 7.4.18
|
PHP_VERSION: 7.4.18
|
||||||
|
|
||||||
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 New Issue