8 Commits

Author SHA1 Message Date
raydds
d595ef60d3 Also supress the --version error 2020-01-16 11:46:03 -05:00
raydds
e6078cbe4a pipenv --py reports a big scary error on the first run. Silence stderr 2020-01-16 11:41:56 -05:00
dandds
beabd2ce72 Remove the scriptz submodule and hard-commit the files.
The submodule is a leftover from when this project was intended to work
as a series of microservices. It was meant to provide common
functionality to the builds for every microservice. That's no longer the
case, and the submodule is a pain-point both in on-boarding new
developers and running the Docker build.
2019-07-14 16:01:13 -04:00
Devon Mackay
78c8239422 Remove existing include directory 2018-07-13 09:16:00 -04:00
Devon Mackay
89e14268e9 Fix function return value and clean up code style
- Fix create_virtual_environment return code; use pipenv exit code not
pipenv output
- Clean up code style in install_pipenv
2018-07-10 10:55:28 -04:00
Devon Mackay
adb41337e3 Fix function name which was just changed 2018-07-10 10:55:28 -04:00
Devon Mackay
c4283fe1a4 Remove interpreter specification
These script fragments should only ever be sourced rather then directly
executed
2018-07-10 10:55:28 -04:00
Devon Mackay
16de4f829e Add file to contain functions used by setup 2018-07-10 10:55:28 -04:00