File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 19
19
services : docker
20
20
env : STACK=heroku-16
21
21
script : " ./tests.sh"
22
- - stage : Stack Unit Tests
23
- services : docker
24
- env : STACK=cedar-14
25
- script : " ./tests.sh"
26
22
- stage : Hatchet Integration
27
23
script : " bundle exec rspec"
28
24
env :
Original file line number Diff line number Diff line change 8
8
@shellcheck -x bin/steps/collectstatic bin/steps/eggpath-fix bin/steps/eggpath-fix2 bin/steps/gdal bin/steps/geo-libs bin/steps/mercurial bin/steps/nltk bin/steps/pip-install bin/steps/pip-uninstall bin/steps/pipenv bin/steps/pipenv-python-version bin/steps/pylibmc bin/steps/python
9
9
@shellcheck -x bin/steps/hooks/*
10
10
11
- test-cedar-14 :
12
- @echo " Running tests in docker (cedar-14)..."
13
- @docker run -v $(shell pwd) :/buildpack:ro --rm -it -e " STACK=cedar-14" heroku/cedar:14 bash -c ' cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
14
- @echo " "
15
-
16
11
test-heroku-16 :
17
12
@echo " Running tests in docker (heroku-16)..."
18
13
@docker run -v $(shell pwd) :/buildpack:ro --rm -it -e " STACK=heroku-16" heroku/heroku:16-build bash -c ' cp -r /buildpack /buildpack_test; cd /buildpack_test/; test/run;'
You can’t perform that action at this time.
0 commit comments