Commit a0edf023 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent e034f3b0
...@@ -3,7 +3,11 @@ ...@@ -3,7 +3,11 @@
Docker image for csst-echo pipeline. Docker image for csst-echo pipeline.
```shell ```shell
# 运行
docker run \ docker run \
csu-harbor.csst.nao:10443/csst/csst-echo \ csu-harbor.csst.nao:10443/csst/csst-echo \
python /pipeline/app/run.py '{"dag_run": "12345"}' python /pipeline/app/run.py '{"dag_run": "12345"}'
# 查看返回码
echo $?
``` ```
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