forked from cerc-io/stack-orchestrator
Part of https://plan.wireit.in/deepstack/browse/VUL-315 Reviewed-on: cerc-io/stack-orchestrator#995 Co-authored-by: Prathamesh Musale <prathamesh.musale0@gmail.com> Co-committed-by: Prathamesh Musale <prathamesh.musale0@gmail.com>
6 lines
140 B
YAML
6 lines
140 B
YAML
services:
|
|
test-job:
|
|
image: cerc/test-container:local
|
|
entrypoint: /bin/sh
|
|
command: ["-c", "echo 'Job completed successfully'"]
|