steps
Some checks failed
/ alpine (push) Successful in 1m43s
/ archlinux (push) Successful in 2m37s
/ opensuse (push) Successful in 4m24s
/ ubuntu (push) Successful in 7m27s
/ almalinux (push) Successful in 11m8s
/ fedora (push) Successful in 11m34s
/ rockylinux (push) Successful in 12m51s
/ debian (push) Failing after 3m23s
Some checks failed
/ alpine (push) Successful in 1m43s
/ archlinux (push) Successful in 2m37s
/ opensuse (push) Successful in 4m24s
/ ubuntu (push) Successful in 7m27s
/ almalinux (push) Successful in 11m8s
/ fedora (push) Successful in 11m34s
/ rockylinux (push) Successful in 12m51s
/ debian (push) Failing after 3m23s
This commit is contained in:
parent
24e784437f
commit
8fdb29fae3
1 changed files with 4 additions and 0 deletions
|
@ -331,6 +331,7 @@ SPCD_PM_ZYPPER="zypper"
|
|||
# ╰──────┴─────────────╯
|
||||
|
||||
spcd_step__environment_defaults_print() {
|
||||
spcd_step "Print"
|
||||
set -- \
|
||||
\
|
||||
"CMD_SUM" \
|
||||
|
@ -361,6 +362,7 @@ spcd_step__environment_defaults_print() {
|
|||
}
|
||||
|
||||
spcd_step__environment_defaults_set() {
|
||||
spcd_step "Set"
|
||||
[ -n "${SPCD_CMD_SUM}" ] || SPCD_CMD_SUM="sha512sum"
|
||||
|
||||
[ -n "${SPCD_DNS_1}" ] || SPCD_DNS_1="9.9.9.9"
|
||||
|
@ -1294,9 +1296,11 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}"
|
|||
spcd_main() {
|
||||
# environment
|
||||
spcd_step_in "Environment"
|
||||
spcd_step_in "Defaults"
|
||||
spcd_step__environment_defaults_print
|
||||
spcd_step__environment_defaults_set
|
||||
spcd_step__environment_defaults_print
|
||||
spcd_step_out
|
||||
spcd_step__environment_set_variables
|
||||
spcd_step__environment_list_workspace
|
||||
spcd_step_out
|
||||
|
|
Loading…
Reference in a new issue