Skip to content

Commit d6d8865

Browse files
committed
Update to add version request to make sure sh is available
1 parent e4062ba commit d6d8865

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot-worker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ COPY BuildbotWorker C:/BW
2626
# Make git sh available in path for branch cleanup
2727
#--------------------------------------------------------------------
2828

29-
RUN Register-SystemPath -path 'C:\\program files\\git\\bin'
29+
RUN Register-SystemPath -path 'C:\program files\git\bin'; `
30+
sh --version
3031

3132
#--------------------------------------------------------------------
3233
# Entrypoint

0 commit comments

Comments
 (0)