deploy-context 0.11.52 → 0.11.55

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: ae99a9d9985786b60fde36666ee109dc78b67ed335728d9603e095dc47f34269
4
- data.tar.gz: 401c3468b581a0cb1f4535efaf1a9a5ee574d4dd527bb3c8b8c74c711b46a801
3
+ metadata.gz: c3b5e7498064f2b57d5b0bfe98af249acfd7e6457086bb98a1507723972aa7a8
4
+ data.tar.gz: 5712a9304e8dba2383610b16d8eec4717c7fb8826bf9913f4106fa2256bd41b7
5
5
  SHA512:
6
- metadata.gz: 2bcea9846ee1c6a7c8d092c5f0a1e4d0303517717bc06524ed0248d86631b9634c79fbe84fc778182df36ca53871048124e4c3b777af4d2f381dd168cfce672c
7
- data.tar.gz: 9eefc38ce49e6693bc2ef8ae312a3a222518c8625933a167465815775a09c15f2f6ecd5b2047966deac17e1de890e6fbdef550f6825901e0760206d5d175f233
6
+ metadata.gz: 7b7904c3ba6cc9615056e7e771245cb0fc67ff1ff80db0b23d71104cbd39ac8070e4172f109e6905018a88ee31821803fd9702423a486475a633af9b31608c2b
7
+ data.tar.gz: ca8e2c7cbcc20212d0a8b6f50ea282e76495c06e87ae5eb4dfa9bcb2291768d272f3c6c9ae43decf54b8575dfa73aa7cc022965c219f2a50cb548cc3dfb852d6
checksums.yaml.gz.sig CHANGED
Binary file
data/bin/deploy-context CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  require 'deploy-context'
4
4
 
5
- deployer = Context::DeployContext.new(Dir.pwd)
5
+ DEPLOYER = Context::DeployContext.new(Dir.pwd)
6
6
 
7
7
  require 'deploy-context/context/binary'
@@ -2,6 +2,10 @@
2
2
 
3
3
  require_relative '../../deploy-context'
4
4
 
5
+ def deployer
6
+ DEPLOYER
7
+ end
8
+
5
9
  if ARGV[0].nil?
6
10
  deployer.cycle
7
11
  else
@@ -48,16 +48,15 @@ module Context
48
48
  context.wait_until_release_available
49
49
  context.install
50
50
  if context.test_context_successful?
51
- puts "newer version installed successfully for #{context.context_name} and version #{context.version}"
51
+ puts "newer version installed successfully for #{context.context_name} on version #{context.version}"
52
52
  context.patch_bump
53
53
  # patch_reset(context)
54
54
  else
55
- puts "newer version not installed for #{context.context_name} and version #{context.version}"
56
- exit 1
55
+ puts "newer version not installed for #{context.context_name} on version #{context.version}"
57
56
  end
58
57
  else
59
58
  puts "No update available"
60
59
  end
61
60
  end
62
61
  end
63
- end
62
+ 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.52
4
+ version: 0.11.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jimmy Provencher
metadata.gz.sig CHANGED
Binary file