File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
dist : trusty
3
3
sudo : required
4
+
4
5
rvm :
5
6
- 2.4.4
6
7
before_script :
@@ -11,16 +12,16 @@ jobs:
11
12
- stage : Bash linting (shellcheck)
12
13
sudo : false
13
14
script : make check
14
- - stage : Stack Unit Tests
15
- services : docker
16
- env : STACK= heroku-18
17
- script : " ./tests.sh "
18
- - stage : Stack Unit Tests
19
- services : docker
20
- env : STACK= heroku-16
21
- script : " ./tests.sh "
22
- - stage : Hatchet Integration
23
- script : " bundle exec rspec"
15
+ - stage : Build Docker Containers
16
+ script :
17
+ - docker build --pull --tag heroku-python-build-heroku-18 --file $(pwd)/builds/heroku-18.Dockerfile .
18
+ - stage : test
19
+ script : docker run --rm -ti heroku-python-build-heroku-18 bash test/run-deps
20
+ script : docker run --rm -ti heroku-python-build-heroku-18 bash test/run-versions
21
+ script : docker run --rm -ti heroku-python-build-heroku-18 bash test/run-features
22
+ - stages : Hatchet Integration
23
+ if : branch = master
24
+ script : " bundle exec rspec"
24
25
env :
25
26
global :
26
27
- HATCHET_RETRIES=3
You can’t perform that action at this time.
0 commit comments