Changed command run for git container

This commit is contained in:
Marcin-Ramotowski
2025-07-04 22:59:51 +02:00
parent 247798abc8
commit e91273888a

View File

@ -42,6 +42,8 @@ spec:
- name: git - name: git
image: alpine/git:latest image: alpine/git:latest
command:
- cat
tty: true tty: true
workingDir: /home/jenkins/agent workingDir: /home/jenkins/agent
volumeMounts: volumeMounts: