Update 'bacillus/ci_pushbuild.sh'

This commit is contained in:
Russtopia 2020-08-23 23:33:58 -07:00
parent 7901cd8809
commit 01aa67d1f7
1 changed files with 4 additions and 3 deletions

View File

@ -52,9 +52,6 @@ else
echo "client cmd performed OK."
unset tokentest
fi
if [ -f ~/.xs_id.bak ]; then
mv ~/.xs_id.bak ~/.xs_id
fi
############
stage "Test(S->C)"
@ -83,6 +80,10 @@ stage "Test(C->S)"
############
echo "TODO ..."
if [ -f ~/.xs_id.bak ]; then
mv ~/.xs_id.bak ~/.xs_id
fi
############
stage "Lint"
############