From 2f32c5418d8fbfca9a7520771fb1b08ac779916b Mon Sep 17 00:00:00 2001 From: Duane Hutchins <duane@duanehutchins.com> Date: Mon, 8 Oct 2018 17:01:55 -0400 Subject: [PATCH] Updated HATCHET_BUILDPACK_BASE to use TRAVIS_REPO_SLUG --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d8a55da7..12a11b88 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -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' -- GitLab