Commit 4b49a740 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

update test.yml

parent 5ac7c56e
version: '3' version: '3'
services: services:
test-10100261626-09: # each service should have its own name test-csst-dag: # each service should have its own name
image: ${IMAGE} image: ${IMAGE}
container_name: ${PIPELINE_ID}-10100261626-09 # each container should have its own name container_name: test-csst-dag # each container should have its own name
user: csst user: csst
env_file:
- .env
command: > # change it as necessary command: > # change it as necessary
csst --help csst --help > /pipeline/output/pipeline.log
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment