capistrano-team_notifications 2.0.1 → 2.0.2
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 17a3b70a203a360e8c773560d814a2aa158ffa85
|
|
4
|
+
data.tar.gz: 1091f41f89091e453a06884bb094582d6d5bda87
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3952eebbd96da7daac2664cdbe40af894ce60ab00ede7e39f4a499f6487ed6b724f233fecd84afec6d7d7404b284f5c744190c86a83d2f618b7fa1cecfd23057
|
|
7
|
+
data.tar.gz: 6dc245cad30672c40a3d5f7c2a51f3e50c5a3d2f833fe355b091b5c7cb8ad4543e5ef1fdfccb0da768fa2de6d1563f463faf07dd9078829159af4887556e6131
|
data/README.md
CHANGED
|
@@ -12,11 +12,11 @@ module Capistrano
|
|
|
12
12
|
after 'deploy:migrations', 'team_notifications:finished'
|
|
13
13
|
|
|
14
14
|
at_exit do
|
|
15
|
-
log = fetch(:full_log)
|
|
15
|
+
# log = fetch(:full_log)
|
|
16
16
|
|
|
17
|
-
if log.include?("rolling back")
|
|
18
|
-
|
|
19
|
-
end
|
|
17
|
+
# if log.include?("rolling back")
|
|
18
|
+
# team_notify "%{deployer} FAILED to deploy %{application}#{': '+branch if branch} to %{stage}"
|
|
19
|
+
# end
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
namespace :team_notifications do
|