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.
2 parents 7a88914 + d6d8865 commit 31e8821Copy full SHA for 31e8821
buildbot-worker/Dockerfile
@@ -22,6 +22,13 @@ 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
+ sh --version
31
32
#--------------------------------------------------------------------
33
# Entrypoint
34
0 commit comments