mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
shell command only needed when using make, remove
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ jobs:
|
||||
script: make check
|
||||
- stage: Build Docker Containers
|
||||
name: Build Heroku 18
|
||||
script: docker build --pull --tag heroku-python-build-heroku-18 --file $(shell pwd)/Dockerfile.heroku-18 .
|
||||
script: docker build --pull --tag heroku-python-build-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .
|
||||
- stage: Test Runs
|
||||
script: docker run --rm heroku-python-build-heroku-18 bash test/run-deps
|
||||
script: docker run --rm heroku-python-build-heroku-18 bash test/run-versions
|
||||
|
||||
Reference in New Issue
Block a user