Skip to content
Snippets Groups Projects
Commit 3106640c authored by liuxuedi's avatar liuxuedi
Browse files

add header

parent 69f90ebc
Branches dev
No related tags found
No related merge requests found
......@@ -122,4 +122,5 @@ jobs:
run: |
apipod=$(kubectl get pod | grep dolphinscheduler-api | awk '{print $1}')
kubectl exec -it $apipod -- bash -c 'apt-get update && apt-get install -y --no-install-recommends curl'
kubectl exec $apipod -- /opt/dolphinscheduler/docker/kubernetes/sumbit_shell_task.sh
\ No newline at end of file
kubectl exec $apipod -- /opt/dolphinscheduler/docker/kubernetes/sumbit_shell_task.sh
\ No newline at end of file
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