Merge branch 'master' into schneems/check-changelog-fix-escaping

This commit is contained in:
Casey
2019-10-02 19:01:17 -07:00
committed by GitHub
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2,6 +2,8 @@
# Master
- Typo fixes
--------------------------------------------------------------------------------
# 156 (2019-09-12)
+1 -1
View File
@@ -13,7 +13,7 @@ if [ ! "$SKIP_PIP_INSTALL" ]; then
if ! pip-diff --stale requirements-declared.txt requirements.txt --exclude setuptools pip wheel > .heroku/python/requirements-stale.txt; then
mount "failure.bad-requirements"
mcount "failure.bad-requirements"
fi
rm -fr requirements-declared.txt
+1 -1
View File
@@ -1,4 +1,4 @@
FROM heroku/heroku:18-build
FROM heroku/heroku:18-build.v16
WORKDIR /app
ENV WORKSPACE_DIR="/app/builds" \