Skip to content
Snippets Groups Projects
Commit d0a4a054 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add option "-T" so that commands also work inside CI context

parent 68fcbebe
No related branches found
No related tags found
No related merge requests found
ahoyapi: v2
commands:
exec:
cmd: docker-compose exec --user root php "$@"
cmd: docker-compose exec -T --user root php "$@"
hide: true
c:
cmd: docker-compose "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment