lol heroku (ulimit is not an executable on heroku)
This commit is contained in:
parent
5dc0e62bf6
commit
ac94487d7c
|
@ -53,7 +53,7 @@ class Travis::Api::App
|
|||
deploy_sha = File.read(".deploy-sha") if File.exist?(".deploy-sha")
|
||||
sys_info = {
|
||||
web_concurrency: ENV['WEB_CONCURRENCY'],
|
||||
ulimit: `ulimit -u`.to_i,
|
||||
ulimit: `echo "ulimit -u" | bash`.to_i,
|
||||
dyno: ENV['DYNO'],
|
||||
deploy_sha: deploy_sha
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user