deploy-context 0.11.27 → 0.11.29

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: a50512e5a53f32ef046a4192af0f4c5700adc3401ba3ffb5a591b5a9bb4eacd6
4
- data.tar.gz: 3923cf71388dc2991e9ba7a5eaf557929a8b0068e758645e24c4909734fbbbd0
3
+ metadata.gz: 79768e717633d6c93928bea500b70428da3d5bd45b65bbef975b40ea679290b3
4
+ data.tar.gz: 5362eb9b9dba233f335f9411988946bddc3f22cc2e0c5662443eba469b8ec648
5
5
  SHA512:
6
- metadata.gz: 73369cf3f3a3d9e5bdb57a7a7734d4f6553fe57c7afe796fd2a6eb03f285526c360d323ab4368378f64807de3ea3931475bf09d7f417a89cf702f9f85d13aecd
7
- data.tar.gz: 00c64d229bdfc434629a3b6042ec8e77b6e72df3409e4a1480802d20b4e9f96cf8c2d540f69bc0d1f9cec30c1ed6b33ebfa86f53699ca6d5146e26b96bbcda5e
6
+ metadata.gz: 2eadd3388ef523c0a8ba643cd2b04cb4a7e5810132c11e6e8e164449fdd2a91a83756677764503a44cc2b2eeb58bc29c06b98311ecd2cc883d4e8f7073cf55ee
7
+ data.tar.gz: 918d3509a036c99fdab694c18f10df72f5c5c9b90e55ed29c4ce816e03dfc1372acff7a746c191c08a57961d8a43daba0b1ba9034481adab54f8be3d0a30179a
checksums.yaml.gz.sig CHANGED
Binary file
@@ -34,7 +34,6 @@ Alors('tester deploy-context') do
34
34
  # patch_reset(context)
35
35
  else
36
36
  puts "newer version not installed for #{deployer.context_name} and version #{GVB.version}"
37
- exit 1
38
37
  end
39
38
  end
40
39
 
@@ -3,7 +3,11 @@ module Context
3
3
  def git_build(context)
4
4
  Dir.chdir File.dirname(context.context_folder)
5
5
  puts "Building ruby from folder #{context.context_folder}"
6
- git ["clone git@github.com:JimboDragonGit/#{context.context_name}.git"] unless ::Dir.exist?(context.context_folder)
6
+ if ::Dir.exist?(context.context_folder)
7
+ git ['pull']
8
+ else
9
+ git ["clone git@github.com:JimboDragonGit/#{context.context_name}.git"] unless ::Dir.exist?(context.context_folder)
10
+ end
7
11
  end
8
12
 
9
13
  def git_commit(context)
@@ -46,11 +46,11 @@ module Context
46
46
  context.wait_until_release_available
47
47
  context.install
48
48
  if context.test_context_successful?
49
- puts "newer version installed successfully for #{context_name} and version #{GVB.version}"
49
+ puts "newer version installed successfully for #{context.context_name} and version #{context.version}"
50
50
  context.patch_bump
51
51
  # patch_reset(context)
52
52
  else
53
- puts "newer version not installed for #{context_name} and version #{GVB.version}"
53
+ puts "newer version not installed for #{context.context_name} and version #{context.version}"
54
54
  exit 1
55
55
  end
56
56
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: deploy-context
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.27
4
+ version: 0.11.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
metadata.gz.sig CHANGED
Binary file