Merge pull request #11693 from nupplaphil/feat/woodpecker

Use labels for woodpecker continuous deployments
pull/11696/head
Tobias Diekershoff 2022-06-26 15:56:58 +02:00 zatwierdzone przez GitHub
commit e04ad87c15
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,10 @@ depends_on:
- database_checks
- 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

Wyświetl plik

@ -7,7 +7,10 @@ depends_on:
- phpunit
- 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