Skip to content

Commit 2f32c54

Browse files
duanehutchinsCaseyFaist
authored andcommitted
Updated HATCHET_BUILDPACK_BASE to use TRAVIS_REPO_SLUG
1 parent 12e3a7f commit 2f32c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)