Skip to content

Commit

Permalink
require makefile to use bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Valchev committed May 20, 2020
1 parent 25dc79d commit 0e2c885
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
DC_RUN ?= docker-compose run --rm

SHELL = bash

COMPOSER ?= COMPOSER_MEMORY_LIMIT=-1 composer

.PHONY: help install server server-stop cache csclear cscheck csfix csfix-tests stancheck test \
Expand Down

0 comments on commit 0e2c885

Please sign in to comment.