Sha256: 1912e065d9f5cb161fca51b1f7da41443cfdc88028093e5f5aa163c29f498b8f

Contents?: true

Size: 515 Bytes

Versions: 36

Compression:

Stored size: 515 Bytes

Contents

# encoding: utf-8
# This file is distributed under New Relic's license terms.
# See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details.

set :application, 'test'

# Since Capistrano 3 doesn't allow settings direct from command-line, add any
# settings we want to conditionally toggle from tests in the following manner.
ENV.keys.each do |key|
  if key.match(/NEWRELIC_CAPISTRANO_/)
    name = key.gsub('NEWRELIC_CAPISTRANO_', '').downcase
    set "newrelic_#{name}".to_sym, ENV[key]
  end
end

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-4.0.0.332 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.18.1.330 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.18.0.329 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.17.2.327 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.17.1.326 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.17.0.325 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.16.3.323 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.16.2.321 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.16.1.320 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.16.0.318 test/multiverse/suites/capistrano/config/deploy.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.15.2.317/test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.15.2.317 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.15.1.316 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.15.0.314 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.14.3.313 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.14.2.312 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.14.1.311 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.14.0.305 test/multiverse/suites/capistrano/config/deploy.rb
newrelic_rpm-3.13.2.302 test/multiverse/suites/capistrano/config/deploy.rb