Skip to content

Commit 32cf8a8

Browse files
committed
fix dockerfile location typo
1 parent 1479ab3 commit 32cf8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
script: make check
1515
- stage: Build Docker Containers
1616
name: Build Heroku 18
17-
script: docker build --pull --tag heroku-python-build-heroku-18 --file $(pwd)/builds/heroku-18.Dockerfile .
17+
script: docker build --pull --tag heroku-python-build-heroku-18 --file $(shell pwd)/Dockerfile.heroku-18 .
1818
- stage: Test Runs
1919
script: docker run --rm heroku-python-build-heroku-18 bash test/run-deps
2020
script: docker run --rm heroku-python-build-heroku-18 bash test/run-versions

0 commit comments

Comments
 (0)