mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 14:50:19 +00:00
bakefile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user