refactor(executeFreeleapsPipeline): replace cat command with sleep for improved container behavior

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-04 13:22:34 +08:00
parent 411504fa7d
commit a021dc59ca

View File

@ -151,14 +151,9 @@ spec:
- name: dep-resolver - name: dep-resolver
image: ${env.buildAgentImage} image: ${env.buildAgentImage}
command: command:
- cat - sleep
tty: true args:
volumeMounts: - infinity
- name: workspace
mountPath: /workspace
volumes:
- name: workspace
emptyDir: {}
""" """
} }
} }