We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1479ab3 commit 32cf8a8Copy full SHA for 32cf8a8
.travis.yml
@@ -14,7 +14,7 @@ jobs:
14
script: make check
15
- stage: Build Docker Containers
16
name: Build Heroku 18
17
- script: docker build --pull --tag heroku-python-build-heroku-18 --file $(pwd)/builds/heroku-18.Dockerfile .
+ script: docker build --pull --tag heroku-python-build-heroku-18 --file $(shell pwd)/Dockerfile.heroku-18 .
18
- stage: Test Runs
19
script: docker run --rm heroku-python-build-heroku-18 bash test/run-deps
20
script: docker run --rm heroku-python-build-heroku-18 bash test/run-versions
0 commit comments