Commit aac28dde authored by Peter Parente's avatar Peter Parente Committed by GitHub

Use bash in makefile

Fixes broken [[ ]] syntax when default sh is used
parent 9f5bbec9
......@@ -3,6 +3,9 @@
.PHONY: build-all help environment-check release-all
# Use bash for inline if-statements in test target
SHELL:=bash
OWNER:=jupyter
# need to list these manually because there's a dependency tree
ALL_STACKS:=base-notebook \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment