mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
split out build and run script steps
This commit is contained in:
+4
-2
@@ -9,8 +9,10 @@ before_script:
|
||||
- bundle exec hatchet ci:setup
|
||||
|
||||
script:
|
||||
- docker build --pull travis-heroku-16 --file $(pwd)/Dockerfile .; docker run --rm -e "STACK=heroku-16" travis-heroku-16 bash $TESTFOLDER
|
||||
- docker build --pull travis-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .; docker run --rm -e "STACK=heroku-18" travis-heroku-18 bash $TESTFOLDER
|
||||
- docker build --pull travis-heroku-16 --file $(pwd)/Dockerfile .
|
||||
- docker run --rm -e "STACK=heroku-16" travis-heroku-16 bash $TESTFOLDER
|
||||
- docker build --pull travis-heroku-18 --file $(pwd)/Dockerfile.heroku-18 .
|
||||
- docker run --rm -e "STACK=heroku-18" travis-heroku-18 bash $TESTFOLDER
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user