Sha256: 9a38e3ff29adf7ef5a51cdc3069fdbe8499420515235cfc7cfa6b6dd643157f8
Contents?: true
Size: 286 Bytes
Versions: 10
Compression:
Stored size: 286 Bytes
Contents
# frozen_string_literal: true namespace :figaro_yml do include Capistrano::Ops::FigaroYml::Paths include Capistrano::Ops::FigaroYml::Helpers task :check_figaro_file_exists do next if File.exist?(figaro_yml_local_path) check_figaro_file_exists_error exit 1 end end
Version data entries
10 entries across 10 versions & 1 rubygems