mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
pipeline: cli: add proper gha- prefix to CLI commands that have something to do with GitHub Actions (thus gha-matrix now, and the new gha-template)
- stop at the correct places for `inventory` and `targets` non-GHA-specific commands - handle `gha-template` first (and return), since it does not really depend on any info/targets/etc - batcat the output for show-off
This commit is contained in:
committed by
igorpecovnik
parent
23a2b34847
commit
724a67d3e5
@@ -25,8 +25,9 @@ function armbian_register_commands() {
|
||||
|
||||
["inventory"]="json_info" # implemented in cli_json_info_pre_run and cli_json_info_run
|
||||
["targets"]="json_info" # implemented in cli_json_info_pre_run and cli_json_info_run
|
||||
["matrix"]="json_info" # implemented in cli_json_info_pre_run and cli_json_info_run
|
||||
["workflow"]="json_info" # implemented in cli_json_info_pre_run and cli_json_info_run
|
||||
["gha-matrix"]="json_info" # implemented in cli_json_info_pre_run and cli_json_info_run
|
||||
["gha-workflow"]="json_info" # implemented in cli_json_info_pre_run and cli_json_info_run
|
||||
["gha-template"]="json_info" # implemented in cli_json_info_pre_run and cli_json_info_run
|
||||
|
||||
["kernel-patches-to-git"]="patch_kernel" # implemented in cli_patch_kernel_pre_run and cli_patch_kernel_run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user