Sha256: 4bf25385440f52da137e21cf1481059d84ca7af15c87b5c29a1cbcfc9096cd30
Contents?: true
Size: 538 Bytes
Versions: 8
Compression:
Stored size: 538 Bytes
Contents
###################################################################### # ENVIRONMENT TASKS # ###################################################################### Capistrano::Configuration.instance(:must_exist).load do after 'environment:load_tasks', 'capabilities:load_tasks', 'notifiers:load_tasks', 'tools:load_tasks' namespace :environment do desc "[internal] A helper task used to load the tasks for all of the capabilities." task :load_tasks do end end end
Version data entries
8 entries across 8 versions & 1 rubygems