Skip to content

Commit 62eaae3

Browse files
authored
Merge pull request #781 from heroku/update-hatchet-setup
Update to reflect Hatchet updates
2 parents a6452a1 + 2f32c54 commit 62eaae3

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ rvm:
55
- 2.4.4
66
before_script:
77
- gem install bundler -v 1.16.2
8-
- bundle exec rake hatchet:setup_travis
9-
before_install:
10-
- sudo bash etc/ci-setup.sh
8+
- bundle exec hatchet ci:setup
119
jobs:
1210
include:
1311
- stage: Bash linting (shellcheck)
@@ -35,5 +33,6 @@ env:
3533
- HATCHET_RETRIES=3
3634
- IS_RUNNING_ON_CI=true
3735
- HATCHET_APP_LIMIT=5
36+
- HATCHET_DEPLOY_STRATEGY=git
3837
- secure: yjtlPE5FbVxTKnjUy/tZUBgSEf4qADD3QOxtgziuid73S0U/1IEXlMGFULsQzIjtlHKmHeywZqpVVEpthIH4RuT7uoX1Pb7SSM/g0T8fT3VoEFbFK1uYl0oZQbUS4Klxv9tPiumj8if3m6ULEGIz1X0wZcMOC0tMLwVCnwmap0E=
3938
- secure: ZeFTHWwnpIKE9nAqs88ocmiQh7bKce84lilGm5J23nf3N6V4wNyLwqlkvsM008WGBCaOg9AUx7ZunasT0ANsR5gLP3eV2UUg7ILdRgV2Gy13eNRFheC4PHdN92RqQ3aKoqlIv2K999xlhVjod0NzhkQQXB6PddfQINbuU7ks6As=

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,33 @@ GEM
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
concurrent-ruby (1.0.5)
9+
concurrent-ruby (1.1.3)
1010
diff-lcs (1.3)
1111
erubis (2.7.0)
1212
excon (0.62.0)
13-
heroics (0.0.24)
13+
heroics (0.0.25)
1414
erubis (~> 2.0)
1515
excon
1616
moneta
1717
multi_json (>= 1.9.2)
18-
heroku_hatchet (4.0.2)
18+
heroku_hatchet (4.0.6)
1919
excon (~> 0)
2020
minitest-retry (~> 0.1.9)
2121
platform-api (~> 2)
2222
repl_runner (~> 0.0.3)
2323
rrrretry (~> 1)
2424
thor (~> 0)
2525
threaded (~> 0)
26-
i18n (1.1.0)
26+
i18n (1.1.1)
2727
concurrent-ruby (~> 1.0)
2828
minitest (5.11.3)
2929
minitest-retry (0.1.9)
3030
minitest (>= 5.0)
31-
moneta (0.8.1)
31+
moneta (1.0.0)
3232
multi_json (1.13.1)
33-
platform-api (2.1.0)
34-
heroics (~> 0.0.23)
35-
moneta (~> 0.8.1)
33+
platform-api (2.2.0)
34+
heroics (~> 0.0.25)
35+
moneta (~> 1.0.0)
3636
rake (12.3.1)
3737
repl_runner (0.0.3)
3838
activesupport
@@ -52,7 +52,7 @@ GEM
5252
rspec-retry (0.6.1)
5353
rspec-core (> 3.3)
5454
rspec-support (3.8.0)
55-
thor (0.20.0)
55+
thor (0.20.3)
5656
thread_safe (0.3.6)
5757
threaded (0.0.4)
5858
tzinfo (1.2.5)

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ENV['HATCHET_BUILDPACK_BASE'] = 'https://github.com/heroku/heroku-buildpack-python.git'
1+
ENV['HATCHET_BUILDPACK_BASE'] = 'https://github.com/' + ENV['TRAVIS_REPO_SLUG'] + '.git'
22

33
require 'rspec/core'
44
require 'rspec/retry'

0 commit comments

Comments
 (0)