houdini/dc
2019-01-17 11:50:55 -06:00

7 lines
No EOL
199 B
Bash
Executable file

#!/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}" $@