From 9bfa4fbb95890abb554795454ef7910ed2abd196 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Sun, 13 Sep 2020 21:51:18 -0700 Subject: [PATCH] Tweaked cleanup of .xs_id again Signed-off-by: Russ Magee --- bacillus/ci_pushbuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 46c40ce..a1e7164 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -65,8 +65,8 @@ echo -n "Integrity check on copied files (sha1sum) ..." sha1sum $(find cptest -type f | sort) >sc.sha1sum diff sc.sha1sum ${BACILLUS_WORKDIR}/build/xs/cptest.sha1sum stat=$? - cd - + rm -rf /tmp/$tmpdir if [ $stat -eq "0" ]; then echo "OK." @@ -99,7 +99,7 @@ tar -cz --exclude=.git --exclude=cptest -f ${BACILLUS_ARTFDIR}/xs.tgz . ############ stage "Cleanup" ############ -rm -f ~/.xs_id +# nop echo echo "--Done--"