gitlabci-bundle-update-mr 1.1.1.beta1 → 1.1.1.beta2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 229a9fbae1ea6840f3f383b08cc83a15ff50d28739f06dfd5987564424ae7ab2
4
- data.tar.gz: 677df6d813f5b0609e336323496c23c9a789c2fc5dfdcff31cb3095f57057c90
3
+ metadata.gz: 43c23ddfbd60f3eddda8256f56b139c32cee0685c155ed96b0c5eaf8f4d55a2f
4
+ data.tar.gz: 223cbbb991fe9f72727882ac2779f4b9b4cea3459aa43596b618349e2da0530c
5
5
  SHA512:
6
- metadata.gz: 294bd4ec7d61cbf932e168386463eed2428f846e96e92959a44f4380e9f6640e98d75b8f17c0a8217a4be42401adebb57dd7bb623ceb81e4fd52e6cdb3aba329
7
- data.tar.gz: 53be10193139b5fc00e3a4f228362b60ebf3a83c9565737307c442047855fd18faad20085a81a3a314313a64a985af3aafd6799842ccd160ed3f43d673315ce7
6
+ metadata.gz: aa165b2b4c2c4d0b34ec8c4cc16d07fa5268aad0a33096c36ca9d5d10597e0993c765abf61a194c5b37dc6717c3fc2e9c5f4e8328579cecee1f1bd5bb33f1f5b
7
+ data.tar.gz: d033c4d7cfd586dc71c92c4d6046f6f8c82face9753d6fe9b8ee36fb8fa40ccaf299934f1c7feba04975a914e199e6da98ccf59cf89d886b2c33400776304d14
@@ -10,7 +10,7 @@ GIT
10
10
  PATH
11
11
  remote: .
12
12
  specs:
13
- gitlabci-bundle-update-mr (1.1.1.beta1)
13
+ gitlabci-bundle-update-mr (1.1.1.beta2)
14
14
  bundler
15
15
  compare_linker (>= 1.4.3)
16
16
  gitlab (>= 4.14.1)
@@ -16,7 +16,7 @@ continuous_bundle_update:
16
16
 
17
17
  script:
18
18
  - bundle install --path vendor/bundle --clean
19
- - gem install --no-doc gitlabci-bundle-update-mr
19
+ - gem install --no-doc gitlabci-bundle-update-mr --prerelease
20
20
  - |
21
21
  if [ -n "$ASSIGNEES" ]; then
22
22
  OPTIONS="--assignees $ASSIGNEES $OPTIONS"
@@ -223,6 +223,9 @@ module Gitlabci
223
223
  raise e
224
224
  end
225
225
 
226
+ puts "Error is occurred and auto retry (#{retry_count}/#{MAX_RETRY_COUNT}): #{e}"
227
+ sleep 1
228
+
226
229
  retry
227
230
  end
228
231
 
@@ -2,7 +2,7 @@ module Gitlabci
2
2
  module Bundle
3
3
  module Update
4
4
  module Mr
5
- VERSION = "1.1.1.beta1".freeze
5
+ VERSION = "1.1.1.beta2".freeze
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlabci-bundle-update-mr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1.beta1
4
+ version: 1.1.1.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - sue445