deploy-context 2.0.4 → 2.0.6
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/deploy-context/context/deploy.rb +1 -1
- data/lib/deploy-context/deploy/ruby.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81c2c783f5a053f32789f95f07c74b645d2481fd7603b0de81d3602659345845
|
|
4
|
+
data.tar.gz: 702390e49e3ebd395f0be64b8a090578155e5e332a40edd62393b5f268a23c35
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb5a3fff9460b3265a76e64abc8d7b8541e85399dc4cf3fc98b82ab8b45af6b4e9b53f7fbc82b27af10a8d152b927095443c0f6a5aa476c1371e77d3ff7f045d
|
|
7
|
+
data.tar.gz: bc95e54e9ec6cb92b70c53dea7884283ba90d5b27e6f7ac5c7de5b25a3a9cbde51454e6436e485c10c789b324f44cd47e55a21446945794f072dd77f1b934a83
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
|
@@ -73,7 +73,7 @@ module Context
|
|
|
73
73
|
if state_action
|
|
74
74
|
puts "Action #{action} executed correctly in context #{context}"
|
|
75
75
|
else
|
|
76
|
-
abort
|
|
76
|
+
abort("Failed to execute action #{action} in context #{context}")
|
|
77
77
|
end
|
|
78
78
|
end
|
|
79
79
|
end
|
|
@@ -48,7 +48,7 @@ module Context
|
|
|
48
48
|
context.install
|
|
49
49
|
if context.test_context_successful?
|
|
50
50
|
puts "newer version installed successfully for #{context.context_name} on version #{context.version}"
|
|
51
|
-
context.patch_bump
|
|
51
|
+
# context.patch_bump
|
|
52
52
|
# patch_reset(context)
|
|
53
53
|
else
|
|
54
54
|
puts "newer version not installed for #{context.context_name} on version #{context.version}"
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
|
Binary file
|