It's .deploy-sha, not .deploy_sha 😡
This commit is contained in:
parent
7099331907
commit
2efd1cb9a6
|
@ -56,7 +56,7 @@ module Travis::Api
|
|||
end
|
||||
|
||||
def self.deploy_sha_path
|
||||
File.expand_path('../../../../.deploy_sha', __FILE__)
|
||||
File.expand_path('../../../../.deploy-sha', __FILE__)
|
||||
end
|
||||
|
||||
attr_accessor :app
|
||||
|
|
Loading…
Reference in New Issue
Block a user