From 01aa67d1f772c78caafd0b664b1ca53242c685f3 Mon Sep 17 00:00:00 2001 From: Russtopia Date: Sun, 23 Aug 2020 23:33:58 -0700 Subject: [PATCH] Update 'bacillus/ci_pushbuild.sh' --- bacillus/ci_pushbuild.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 56e70e2..5650f8f 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -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" ############