mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Remove unused etc/ci-setup.sh (#1041)
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]
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get install software-properties-common
|
||||
curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh
|
||||
Reference in New Issue
Block a user