Skip to content

Commit

Permalink
chore(updatecli) fix git-windows tracking as a follow up of #241
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed May 21, 2023
1 parent a255365 commit 642b87e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions updatecli/updatecli.d/git-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ targets:
captureindex: 1
kind: dockerfile
spec:
# TODO update after https://github.com/jenkinsci/docker-ssh-agent/pull/241 is merged
file: 11/windows/nanoserver-ltsc2019/Dockerfile
file: windows/nanoserver-ltsc2019/Dockerfile
instruction:
keyword: ARG
matcher: GIT_VERSION
Expand All @@ -53,8 +52,7 @@ targets:
captureindex: 2
kind: dockerfile
spec:
# TODO update after https://github.com/jenkinsci/docker-ssh-agent/pull/241 is merged
file: 11/windows/nanoserver-ltsc2019/Dockerfile
file: windows/nanoserver-ltsc2019/Dockerfile
instruction:
keyword: ARG
matcher: GIT_PATCH_VERSION
Expand All @@ -68,8 +66,7 @@ targets:
captureindex: 1
kind: dockerfile
spec:
# TODO update after https://github.com/jenkinsci/docker-ssh-agent/pull/241 is merged
file: 11/windows/windowsservercore-ltsc2019/Dockerfile
file: windows/windowsservercore-ltsc2019/Dockerfile
instruction:
keyword: ARG
matcher: GIT_VERSION
Expand All @@ -82,8 +79,7 @@ targets:
captureindex: 2
kind: dockerfile
spec:
# TODO update after https://github.com/jenkinsci/docker-ssh-agent/pull/241 is merged
file: 11/windows/windowsservercore-ltsc2019/Dockerfile
file: windows/windowsservercore-ltsc2019/Dockerfile
instruction:
keyword: ARG
matcher: GIT_PATCH_VERSION
Expand Down

0 comments on commit 642b87e

Please sign in to comment.