diff options
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 52765151..e22141fe 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -776,6 +776,7 @@ remote_build() { fi fi ls -lR $TMPDIR + log_info "Deleting \$TMPDIR on $NODE." ssh -o "BatchMode = yes" -p $PORT $NODE "rm -r $TMPDIR" set -e if [ $BUILDNR -eq 1 ] ; then |