Inherit the base evaluate workchain _BaseEvaluateWorkChain from SelfCleanWorkChain to do clean remote folder
with invaliding caching.
This will not have any influence of _caching workflow, since it calls PwBaseWorkChain directly and set in _BaseConvergenceWorkChain that clean_workdir to False.
fixes #149
Inherit the base evaluate workchain
_BaseEvaluateWorkChain
fromSelfCleanWorkChain
to do clean remote folder with invaliding caching. This will not have any influence of_caching
workflow, since it callsPwBaseWorkChain
directly and set in_BaseConvergenceWorkChain
thatclean_workdir
toFalse
.Also remove
run_script
folder thedemo
andproduction
run. They are moved tosssp-verify-scripts
repo https://github.com/unkcpz/sssp-verify-scripts.