mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
parent
4b17d0b4ab
commit
503d8d0c24
1 changed files with 3 additions and 3 deletions
|
@ -3,15 +3,15 @@
|
|||
# Higher-level purpose explained at the bottom of:
|
||||
# https://github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
|
||||
# 2020-10-27: Most of the 13 variables require a command[*] to be run to
|
||||
# 2020-10-27: Most of the [15] variables require a command[*] to be run to
|
||||
# establish the var's value. WE DISPLAY ALL ERRORS / DIAGNOSTICS AND CONTINUE.
|
||||
#
|
||||
# [*] DOESN'T MATTER WHAT COMMAND: so long as it fails with Return Code != 0
|
||||
# If statements then use that RC to force the var to these default values...
|
||||
# If RC == 0, var is forced from its default value here: (using cmd's output)
|
||||
|
||||
STAGE=0
|
||||
OS="none"
|
||||
VERSION_ID="none" # Temp var, for: OS_VER="$OS-$VERSION_ID"
|
||||
VERSION_ID="none" # Just a temp var, for: OS_VER="$OS-$VERSION_ID"
|
||||
OS_VER="none"
|
||||
IIAB_BRANCH="none"
|
||||
IIAB_REMOTE_URL="none"
|
||||
|
|
Loading…
Reference in a new issue