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
image: ${env.buildAgentImage}
command:
- cat
tty: true
volumeMounts:
- name: workspace
mountPath: /workspace
volumes:
- name: workspace
emptyDir: {}
- sleep
args:
- infinity
"""
}
}