Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Trying to track down test failures.
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Murphy <[email protected]>
  • Loading branch information
statik committed Aug 9, 2019
1 parent 4472927 commit 7cb4d0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions dc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ type docker-compose >/dev/null 2>&1 || {
usage
exit 1
}
[ $# -eq 0 ] || {
usage
exit 1
}

exec docker-compose $*
4 changes: 0 additions & 4 deletions dca
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,5 @@ type docker-compose >/dev/null 2>&1 || {
usage
exit 1
}
[ $# -eq 0 ] || {
usage
exit 1
}

exec docker-compose -f docker-compose.yml -f docker-compose.admin.yml $*

0 comments on commit 7cb4d0f

Please sign in to comment.