Skip to content

Commit 71f58ad

Browse files
committed
don't prune clean state fix
1 parent 81e8d84 commit 71f58ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def pruneBuilds(repo, origin):
102102
builtrefs = os.listdir(config["buildRoot"]+'/origin')
103103
except FileNotFoundError:
104104
print("Clean buildRoot")
105+
return
105106

106107
srefs = [str(x) for x in origin.refs]
107108
builtrefs = ['origin/'+str(x) for x in builtrefs]

0 commit comments

Comments
 (0)