mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
43600f25a5
It stopped being used as of #781. ``` $ rg ci-setup.sh --stats 0 matches $ git-content-search ci-setup.she7da63fupdate to newer hatchet integration M .travis.yml576def4fix travis dependency blocker M .travis.yml $ git showe7da63f| rg ci-setup.sh -C 1 -before_install: - - sudo bash etc/ci-setup.sh + - bundle exec hatchet ci:setup ``` Hatchet embeds its own setup script, which is called via the rake task: https://github.com/heroku/hatchet/blob/v6.0.0/etc/ci_setup.rb Closes @W-7923930@. [skip changelog]