mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Updated HATCHET_BUILDPACK_BASE to use TRAVIS_REPO_SLUG
This commit is contained in:
committed by
Casey Faist
parent
12e3a7f3e7
commit
2f32c5418d
+1
-1
@@ -1,4 +1,4 @@
|
||||
ENV['HATCHET_BUILDPACK_BASE'] = 'https://github.com/heroku/heroku-buildpack-python.git'
|
||||
ENV['HATCHET_BUILDPACK_BASE'] = 'https://github.com/' + ENV['TRAVIS_REPO_SLUG'] + '.git'
|
||||
|
||||
require 'rspec/core'
|
||||
require 'rspec/retry'
|
||||
|
||||
Reference in New Issue
Block a user