houdini/dc

8 lines
197 B
Text
Raw Normal View History

2019-01-17 17:50:55 +00:00
#!/usr/bin/env bash
current_commit=$( git rev-parse HEAD )
current_branch=$( git rev-parse --abbrev-ref HEAD )
docker-compose -f docker/debug/docker-compose.yml -p "${PWD}-${current_branch}" $@