fix: Fixing issue around requirements-local.txt (#11769)

* Fixing issue around requirements-local.txt

* Fixing license

* Linting
This commit is contained in:
Craig Rueda
2020-11-20 14:18:17 -08:00
committed by GitHub
parent 1ef3a02e7a
commit 141cb45b5a
4 changed files with 54 additions and 7 deletions

View File

@@ -17,6 +17,11 @@
#
set -e
#
# Always install local overrides first
#
/app/docker/docker-bootstrap.sh
STEP_CNT=4
echo_step() {