diff options
| author | 2019-09-23 20:16:59 +1000 | |
|---|---|---|
| committer | 2019-09-24 14:51:56 +1000 | |
| commit | 5fdacedccb70b2f549439aaa709beb24e84737c1 (patch) | |
| tree | 1e52ebecf3807c6de9a7dd6f40585d23258f65de /Pipfile | |
| parent | Add a dev-only compose for new devs who don't have `site`. (diff) | |
Remove unneeded Pipfile scripts and azure stages/vars.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 4 | 
1 files changed, 1 insertions, 3 deletions
| @@ -42,7 +42,5 @@ python_version = "3.7"  start = "python -m bot"  lint = "python -m flake8"  precommit = "pre-commit install" -build = "docker build -t pythondiscord/bot:latest -f docker/bot.Dockerfile ." +build = "docker build -t pythondiscord/bot:latest -f Dockerfile ."  push = "docker push pythondiscord/bot:latest" -buildbase = "docker build -t pythondiscord/bot-base:latest -f docker/base.Dockerfile ." -pushbase = "docker push pythondiscord/bot-base:latest" | 
