From: Don Zickus on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2519
This change uses the update git push changes for ark-create-release.sh. The behavior moves the git push for gitlab-ci.yml to the script itself. No expected behavior fallout, but there are some odd legacy cases that may cause a subtle change. Dependent on part2. Signed-off-by: Don Zickus <[email protected]> --- redhat/scripts/ci/ark-ci-env.sh | 30 +++++++++++ redhat/scripts/ci/ark-create-release.sh | 74 +++++++++++----------------- redhat/scripts/ci/ark-update-configs.sh | 85 ++++++++++++++++++-------------- .gitlab-ci.yml | 12 +---- 4 files changed, 108 insertions(+), 93 deletions(-) _______________________________________________ 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
