Class: CiCd::Builder::ChefRepoManifest::Repo::S3

Inherits:
Repo::S3
  • Object
show all
Defined in:
lib/cicd/builder/chefrepo-manifest/mixlib/repo/S3.rb

Instance Method Summary collapse

Instance Method Details

#uploadToRepo(artifacts) ⇒ Object




11
12
13
14
# File 'lib/cicd/builder/chefrepo-manifest/mixlib/repo/S3.rb', line 11

def uploadToRepo(artifacts)
  @logger.info CLASS+'::'+__method__.to_s
  raise "This builder is not meant to upload to S3"
end