mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
partial cherry-pick of 87c81df5e0
This commit is contained in:
parent
ff626df2f4
commit
dc15f066b9
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ fi
|
||||||
# interruptions return last stage number recorded (1-9)
|
# interruptions return last stage number recorded (1-9)
|
||||||
if [ -f /etc/iiab/iiab.env ]
|
if [ -f /etc/iiab/iiab.env ]
|
||||||
then
|
then
|
||||||
STAGE=0
|
STAGE=1
|
||||||
source /etc/iiab/iiab.env
|
source /etc/iiab/iiab.env
|
||||||
STAGE=$STAGE
|
STAGE=$STAGE
|
||||||
else
|
else
|
||||||
|
@ -58,7 +58,7 @@ cat <<EOF
|
||||||
"iiab_branch" : "$BRANCH",
|
"iiab_branch" : "$BRANCH",
|
||||||
"iiab_commit" : "$COMMIT",
|
"iiab_commit" : "$COMMIT",
|
||||||
"xo_model" : "$XO_VERSION",
|
"xo_model" : "$XO_VERSION",
|
||||||
"ansble_version" : "$ANSIBLE_VERSION",
|
"ansible_version" : "$ANSIBLE_VERSION",
|
||||||
"os" : "$OS",
|
"os" : "$OS",
|
||||||
"os_ver" : "$OS_VER"}
|
"os_ver" : "$OS_VER"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue