From: Michael Hofmann <[email protected]> Rename pipeline repo branch and DW tree names
Signed-off-by: Michael Hofmann <[email protected]> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,9 +70,9 @@ workflow: .trigger_rawhide: extends: .pipeline trigger: - branch: kernel-ark + branch: rawhide-ark variables: - name: kernel-ark + name: rawhide-ark builder_image: quay.io/cki/builder-rawhide kpet_tree_family: rawhide kpet_tree_name: rawhide @@ -80,9 +80,9 @@ workflow: .trigger_eln: extends: .pipeline trigger: - branch: eln + branch: eln-ark variables: - name: ark-eln + name: eln-ark builder_image: quay.io/cki/builder-eln native_tools: 'true' kpet_tree_family: eln -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2704 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
