Skip to content

Commit e4062ba

Browse files
committed
Add git's sh to path to simplify branch cleanup
1 parent 7a88914 commit e4062ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildbot-worker/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ RUN Write-Host 'Installing buildbot ...'; `
2222

2323
COPY BuildbotWorker C:/BW
2424

25+
#--------------------------------------------------------------------
26+
# Make git sh available in path for branch cleanup
27+
#--------------------------------------------------------------------
28+
29+
RUN Register-SystemPath -path 'C:\\program files\\git\\bin'
30+
2531
#--------------------------------------------------------------------
2632
# Entrypoint
2733
#--------------------------------------------------------------------

0 commit comments

Comments
 (0)