mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Update 'bacillus/ci_pushbuild.sh'
This commit is contained in:
parent
7901cd8809
commit
01aa67d1f7
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue