print/defined,effective
Some checks failed
/ alpine (push) Successful in 1m42s
/ archlinux (push) Successful in 2m41s
/ opensuse (push) Successful in 3m18s
/ ubuntu (push) Successful in 7m54s
/ almalinux (push) Successful in 11m26s
/ fedora (push) Successful in 16m34s
/ rockylinux (push) Successful in 10m44s
/ debian (push) Failing after 3m23s
Some checks failed
/ alpine (push) Successful in 1m42s
/ archlinux (push) Successful in 2m41s
/ opensuse (push) Successful in 3m18s
/ ubuntu (push) Successful in 7m54s
/ almalinux (push) Successful in 11m26s
/ fedora (push) Successful in 16m34s
/ rockylinux (push) Successful in 10m44s
/ debian (push) Failing after 3m23s
This commit is contained in:
parent
8fdb29fae3
commit
ba1e93eac5
1 changed files with 2 additions and 1 deletions
|
@ -331,7 +331,6 @@ SPCD_PM_ZYPPER="zypper"
|
||||||
# ╰──────┴─────────────╯
|
# ╰──────┴─────────────╯
|
||||||
|
|
||||||
spcd_step__environment_defaults_print() {
|
spcd_step__environment_defaults_print() {
|
||||||
spcd_step "Print"
|
|
||||||
set -- \
|
set -- \
|
||||||
\
|
\
|
||||||
"CMD_SUM" \
|
"CMD_SUM" \
|
||||||
|
@ -1297,8 +1296,10 @@ spcd_main() {
|
||||||
# environment
|
# environment
|
||||||
spcd_step_in "Environment"
|
spcd_step_in "Environment"
|
||||||
spcd_step_in "Defaults"
|
spcd_step_in "Defaults"
|
||||||
|
spcd_step "Print defined"
|
||||||
spcd_step__environment_defaults_print
|
spcd_step__environment_defaults_print
|
||||||
spcd_step__environment_defaults_set
|
spcd_step__environment_defaults_set
|
||||||
|
spcd_step "Print effective"
|
||||||
spcd_step__environment_defaults_print
|
spcd_step__environment_defaults_print
|
||||||
spcd_step_out
|
spcd_step_out
|
||||||
spcd_step__environment_set_variables
|
spcd_step__environment_set_variables
|
||||||
|
|
Loading…
Reference in a new issue