mirror of https://gogs.blitter.com/RLabs/xs
Update 'bacillus/ci_pushbuild.sh'
This commit is contained in:
parent
7901cd8809
commit
01aa67d1f7
|
@ -52,9 +52,6 @@ else
|
||||||
echo "client cmd performed OK."
|
echo "client cmd performed OK."
|
||||||
unset tokentest
|
unset tokentest
|
||||||
fi
|
fi
|
||||||
if [ -f ~/.xs_id.bak ]; then
|
|
||||||
mv ~/.xs_id.bak ~/.xs_id
|
|
||||||
fi
|
|
||||||
|
|
||||||
############
|
############
|
||||||
stage "Test(S->C)"
|
stage "Test(S->C)"
|
||||||
|
@ -83,6 +80,10 @@ stage "Test(C->S)"
|
||||||
############
|
############
|
||||||
echo "TODO ..."
|
echo "TODO ..."
|
||||||
|
|
||||||
|
if [ -f ~/.xs_id.bak ]; then
|
||||||
|
mv ~/.xs_id.bak ~/.xs_id
|
||||||
|
fi
|
||||||
|
|
||||||
############
|
############
|
||||||
stage "Lint"
|
stage "Lint"
|
||||||
############
|
############
|
||||||
|
|
Loading…
Reference in New Issue