We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a88914 commit e4062baCopy full SHA for e4062ba
buildbot-worker/Dockerfile
@@ -22,6 +22,12 @@ RUN Write-Host 'Installing buildbot ...'; `
22
23
COPY BuildbotWorker C:/BW
24
25
+#--------------------------------------------------------------------
26
+# Make git sh available in path for branch cleanup
27
28
+
29
+RUN Register-SystemPath -path 'C:\\program files\\git\\bin'
30
31
#--------------------------------------------------------------------
32
# Entrypoint
33
0 commit comments