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
|
- 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: {}
|
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user