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 e4062ba commit d6d8865Copy full SHA for d6d8865
buildbot-worker/Dockerfile
@@ -26,7 +26,8 @@ COPY BuildbotWorker C:/BW
26
# Make git sh available in path for branch cleanup
27
#--------------------------------------------------------------------
28
29
-RUN Register-SystemPath -path 'C:\\program files\\git\\bin'
+RUN Register-SystemPath -path 'C:\program files\git\bin'; `
30
+ sh --version
31
32
33
# Entrypoint
0 commit comments