Skip to content

Commit 31e8821

Browse files
authored
Merge pull request #242 from WebKitForWindows/support_sh_for_cleanup
Add git's sh to path to simplify branch cleanup
2 parents 7a88914 + d6d8865 commit 31e8821

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

buildbot-worker/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ 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+
sh --version
31+
2532
#--------------------------------------------------------------------
2633
# Entrypoint
2734
#--------------------------------------------------------------------

0 commit comments

Comments
 (0)