Skip to content

Commit

Permalink
Fix buildpack branch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jun 2, 2020
1 parent 973f695 commit e76ff1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
require 'rspec/retry'

ENV["HATCHET_BUILDPACK_BASE"] = "https://github.com/sharpstone/force_absolute_paths_buildpack.git"
ENV["HATCHET_BUILDPACK_BRANCH"] = ENV["CIRCLE_BRANCH"] if ENV["CIRCLE_BRANCH"]

require 'hatchet'
require 'pathname'
Expand Down

0 comments on commit e76ff1a

Please sign in to comment.