system-config/playbooks/roles/zuul-scheduler/files/zuul-client

4 lines
130 B
Bash

#!/bin/sh
docker run --rm -it --network=host -v /root/.config/zuul:/root/.config/zuul zuul/zuul-client --use-config opendev "$@"