_/ci
This commit is contained in:
parent
ea06b2f3ff
commit
82468ed374
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ _spcd_banner_wipe() {
|
||||||
# │ internals │ error │
|
# │ internals │ error │
|
||||||
# ╰───────────┴───────╯
|
# ╰───────────┴───────╯
|
||||||
|
|
||||||
SPCD_ERROR_CI=1
|
_SPCD_ERROR_CI=1
|
||||||
SPCD_ERROR_OS=2
|
SPCD_ERROR_OS=2
|
||||||
|
|
||||||
# ╭───────────┬───────╮
|
# ╭───────────┬───────╮
|
||||||
|
@ -221,7 +221,7 @@ _spcd_step_wipe() {
|
||||||
|
|
||||||
spcd_error_ci() {
|
spcd_error_ci() {
|
||||||
echo "× CI: ${*}"
|
echo "× CI: ${*}"
|
||||||
exit "${SPCD_ERROR_CI}"
|
exit "${_SPCD_ERROR_CI}"
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_error_os() {
|
spcd_error_os() {
|
||||||
|
|
Loading…
Reference in a new issue