Commit 3e28918f authored by zxl's avatar zxl
Browse files

modify run command :python3

parent 80387889
#!/bin/bash #!/bin/bash
python /app/bin/module1.py $1 python3 /app/bin/module1.py $1
send-message $1 send-message $1
\ No newline at end of file
#!/bin/bash #!/bin/bash
python /app/bin/module2.py $1 python3 /app/bin/module2.py $1
send-message $1 send-message $1
\ No newline at end of file
...@@ -10,7 +10,7 @@ up-app: ...@@ -10,7 +10,7 @@ up-app:
parse: parse:
CLUSTER=$(CLUSTER) \ CLUSTER=$(CLUSTER) \
${HOME}/docker-scalebox/bin/parse.sh app.yaml scalebox app create app.yaml
start: start:
docker run -it --rm --network host -e JOB_ID=17 -e GRPC_SERVER=localhost:50051 hub.cstcloud.cn/scalebox/base bash -c ' send-job-message filelist . ' docker run -it --rm --network host -e JOB_ID=17 -e GRPC_SERVER=localhost:50051 hub.cstcloud.cn/scalebox/base bash -c ' send-job-message filelist . '
......
Markdown is supported
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