refactor(executeFreeleapsPipeline): replace cat command with sleep for improved container behavior
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
411504fa7d
commit
a021dc59ca
@ -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
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user