peoplegroup-connectors 0.1.58 → 0.1.59

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1197dd31545508e97b9818579e0aa88dd4decf408c19741ea33e6ac8c16678db
4
- data.tar.gz: caf44acddabe91a58a441ec0e765d2efea5b41cb3fcc4448bcef4cbdb02a77fa
3
+ metadata.gz: 880e9b3fac40c4640e8e0c50ab2935e9874a1bd8f3d9fa19484288e7c6af6600
4
+ data.tar.gz: '0898dfefe0c405e442a0624e5c1289f266fc8fa9c8c3b2c8b4d1cf2a4974d48c'
5
5
  SHA512:
6
- metadata.gz: 948185e594df1d29b139dad83739d33d0a371f3fda7b7c483586362db4ab3f3737f72e0541eee15e229d5d43a28a4f2fd9efe7d5e2a564b7bd0c72102c54fac9
7
- data.tar.gz: e89f2487c11be9e67deee8e73ffa4f3c696325ec4e3ee31d8586f7154a6fad8e8ee0845ec9674bc137cf5162aee964f56a1a02911e1f7a0c86be6d1f9089f721
6
+ metadata.gz: 5bfcda95570803256348e6f85931969dccc927381ccd9e2f9fdaf4776d47eb35209c32e8ba3d074b1c49846d55b84890834c542feadf9c5a84d66172dbeb94a9
7
+ data.tar.gz: 5aedbfc3d6661e1b5a0ddae90bd498a548ed27368d983414f7cd36f13cc99422c1d7ca12b66cc38d6867850228260ff2dc8d8c63e14f1ee40fcc0c2a5d7aab47
@@ -121,7 +121,7 @@ module PeopleGroup
121
121
  end
122
122
 
123
123
  def commit_change_to_new_merge_request(project_id, branch_name, file_path, file_with_change, commit_message, description = nil)
124
- retry_on_error { @client.create_branch(project_id, branch_name, target_branch) }
124
+ retry_on_error { @client.create_branch(project_id, branch_name, 'master') }
125
125
  actions = [
126
126
  {
127
127
  action: 'update',
@@ -131,7 +131,7 @@ module PeopleGroup
131
131
  ]
132
132
  retry_on_error { @client.create_commit(project_id, branch_name, commit_message, actions) }
133
133
 
134
- options = { source_branch: branch_name, target_branch: target_branch, remove_source_branch: true }
134
+ options = { source_branch: branch_name, target_branch: 'master', remove_source_branch: true }
135
135
  options[:description] = description if description
136
136
  retry_on_error { @client.create_merge_request(project_id, commit_message, options) }
137
137
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PeopleGroup
4
4
  module Connectors
5
- VERSION = '0.1.58'
5
+ VERSION = '0.1.59'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peoplegroup-connectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.58
4
+ version: 0.1.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - lien van den steen