test.yml 300 Bytes
Newer Older
BO ZHANG's avatar
tweaks  
BO ZHANG committed
1
2
3
4
5
6
7
8
9
10
version: '3'
services:

  test-10100261626-09:  # each service should have its own name
    image: ${IMAGE}
    container_name: ${PIPELINE_ID}-10100261626-09 # each container should have its own name
    user: csst
    env_file:
      - .env
    command: > # change it as necessary
BO ZHANG's avatar
BO ZHANG committed
11
      csst --help