Rakefile in rspec-terraform-0.5.0.pre.5 vs Rakefile in rspec-terraform-0.5.0.pre.6
- old
+ new
@@ -149,22 +149,20 @@
end
RakeGithub.define_repository_tasks(
namespace: :github,
repository: 'infrablocks/rspec-terraform'
-) do |t, args|
+) do |t|
github_config =
YAML.load_file('config/secrets/github/config.yaml')
t.access_token = github_config['github_personal_access_token']
t.deploy_keys = [
{
title: 'CircleCI',
public_key: File.read('config/secrets/ci/ssh.public')
}
]
- t.branch_name = args.branch_name
- t.commit_message = args.commit_message
end
namespace :pipeline do
desc 'Prepare CircleCI Pipeline'
task prepare: %i[