Merge branch 'master' into report_improvements

This commit is contained in:
Eric Schultz 2019-03-21 14:34:18 -05:00 committed by GitHub
commit b3712fc867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
dc
View file

@ -4,4 +4,4 @@ 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}" $@
docker-compose -f docker/debug/docker-compose.yml -p "${PWD}-${current_branch}" $@