1
0
Fork 0
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:
Jerry Vonau 2017-10-30 12:02:18 -05:00
parent ff626df2f4
commit dc15f066b9

View file

@ -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"}