Closed joshelser closed 7 months ago
We must always call setup_external_functions in upgrade_check.
The three pieces we can now call concurrently (in place of finalize_setup_with_service_account()) are:
finalize_setup_with_service_account()
admin.update_reference(text, text, text)
admin.create_upgrade_check()
admin.update_sundeck_configuration(text, text, text)
One minor conflict on rebase
We must always call setup_external_functions in upgrade_check.
The three pieces we can now call concurrently (in place of
finalize_setup_with_service_account()
) are:admin.update_reference(text, text, text)
admin.create_upgrade_check()
admin.update_sundeck_configuration(text, text, text)