This commit is contained in:
2019-09-23 07:16:58 -04:00
parent 132ba0efcd
commit 05ad8a2373
+3 -4
View File
@@ -4,7 +4,7 @@
//: //system //python
red "System is setup for local development."
//system:
//system: //warn
lazy_brew pipenv bats
//python: @skip:key=Pipfile.lock //system
pipenv install --dev
@@ -15,10 +15,9 @@ release: test //warn @confirm:secure release//pypi docker/release
//warn:
echo
echo "$(red 'Warning'): you are about to release a new version of $(red 'bake' --fg green)."
echo
echo 'Please do this simple math problem to prove this is not accidental.'
echo "$(red 'Warning'): you are about to do something destructive (to your system; or the internet — but what's the difference, these days?)."
echo
docker/build:
# Build the images.
set -ex && docker-compose build