mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +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)
|
||||
if [ -f /etc/iiab/iiab.env ]
|
||||
then
|
||||
STAGE=0
|
||||
STAGE=1
|
||||
source /etc/iiab/iiab.env
|
||||
STAGE=$STAGE
|
||||
else
|
||||
|
@ -58,7 +58,7 @@ cat <<EOF
|
|||
"iiab_branch" : "$BRANCH",
|
||||
"iiab_commit" : "$COMMIT",
|
||||
"xo_model" : "$XO_VERSION",
|
||||
"ansble_version" : "$ANSIBLE_VERSION",
|
||||
"ansible_version" : "$ANSIBLE_VERSION",
|
||||
"os" : "$OS",
|
||||
"os_ver" : "$OS_VER"}
|
||||
|
||||
|
|
Loading…
Reference in a new issue