travis-api/lib/travis
Piotr Sarnacki 32503b0731 Use HEROKU_SLUG_COMMIT instead of last-commit-sha-buildpack
We used last-commit-sha-buildpack in order to fetch the sha of the last
deployed commit during building the app and save it to use it later.
This was done using undocumented Heroku properties, for example it
assumed a certain path to git files. It turns out that there's another
way to do it now. We can enable dyno-metadata[1] feature on heroku and
use HEROKU_SLUG_COMMIT

[1] https://devcenter.heroku.com/articles/dyno-metadata
2016-08-08 13:31:52 +02:00
..
api Use HEROKU_SLUG_COMMIT instead of last-commit-sha-buildpack 2016-08-08 13:31:52 +02:00
config fix typo 2016-08-01 11:33:52 +02:00
event Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
github Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
model Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
notification Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
services Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
testing Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
errors.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
event.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
features.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
github.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
model.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
notification.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
private_key.rb Return fingerprint along with the public key for repository 2014-07-29 04:39:03 +02:00
redis_pool.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
secure_config.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
services.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
sidekiq.rb Add feature flag to enqueue restart build to Hub 2016-05-23 15:07:33 -05:00
states_cache.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
task.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00
testing.rb Move travis-core files from /vendor to /lib. 2016-07-28 15:09:08 +02:00