test
Some checks failed
/ arch (push) Successful in 2m47s
/ alpine (push) Successful in 1m48s
/ fedora (push) Successful in 12m27s
/ opensuse (push) Successful in 3m40s
/ alma (push) Successful in 12m13s
/ rocky (push) Successful in 13m41s
/ ubuntu (push) Successful in 5m38s
/ debian (push) Failing after 3m37s
Some checks failed
/ arch (push) Successful in 2m47s
/ alpine (push) Successful in 1m48s
/ fedora (push) Successful in 12m27s
/ opensuse (push) Successful in 3m40s
/ alma (push) Successful in 12m13s
/ rocky (push) Successful in 13m41s
/ ubuntu (push) Successful in 5m38s
/ debian (push) Failing after 3m37s
This commit is contained in:
parent
278020cd6a
commit
dfa9fc1a7a
1 changed files with 8 additions and 0 deletions
|
@ -1385,7 +1385,15 @@ ${SPCD_PYTHON_ALIAS} / ${spcd_stp__name}"
|
||||||
# │ main │
|
# │ main │
|
||||||
# ╰──────╯
|
# ╰──────╯
|
||||||
|
|
||||||
|
spcd_test_local() {
|
||||||
|
local local_variable="KO!"
|
||||||
|
non_local_variable="OK"
|
||||||
|
}
|
||||||
|
|
||||||
spcd_main() {
|
spcd_main() {
|
||||||
|
spcd_test_local
|
||||||
|
echo "local_variable = \"${local_variable}\""
|
||||||
|
echo "non_local_variable = \"${non_local_variable}\""
|
||||||
# environment
|
# environment
|
||||||
spcd_txt_locale
|
spcd_txt_locale
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue