fix docker name so it works consistently
This commit is contained in:
parent
8192ac0212
commit
79f2c999fe
1 changed files with 1 additions and 1 deletions
2
dc
2
dc
|
@ -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}" $@
|
||||
|
|
Loading…
Reference in a new issue