itamae-mitsurin 0.23 → 0.24
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: baac90f0f5aa705c0c2d1e3a9bdd222b1ce47e3b
|
4
|
+
data.tar.gz: 1d112209337e4cb63cd2f6d00962db1d78e28b10
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b0823ffe5231992c98be804f49a5b0f1c667855a747867a2088151ae58a359916d5e6989dad0eeb8bdafd3169e7009d0f80b273fc90fa831cfdb54f10f7a44b
|
7
|
+
data.tar.gz: 4ee53138a35fb70339e09d5675c37f9baeca35c6d7dd08a7951ee0d1aaedf83d43820bc9c7b0c1b2c99e9aadd99226b386598de83c1b176e525b429b05853be8
|
@@ -105,7 +105,7 @@ module ItamaeMitsurin
|
|
105
105
|
command << " --ask-password" unless ssh_password.nil?
|
106
106
|
command << " --dry-run" if ENV['dry-run'] == "true"
|
107
107
|
command << " -l debug" if ENV['debug'] == "true"
|
108
|
-
command << " -c logs/itamae_task.config"
|
108
|
+
command << " -c logs/config/itamae_task.config"
|
109
109
|
|
110
110
|
# recipe load to_command
|
111
111
|
command_recipe = []
|
@@ -122,7 +122,7 @@ module ItamaeMitsurin
|
|
122
122
|
command << " --ask-password" unless ssh_password.nil?
|
123
123
|
command << " --dry-run" if ENV['dry-run'] == "true"
|
124
124
|
command << " -l debug" if ENV['debug'] == "true"
|
125
|
-
command << " -c logs/itamae_with_git_task.config"
|
125
|
+
command << " -c logs/config/itamae_with_git_task.config"
|
126
126
|
|
127
127
|
# recipe load to_command
|
128
128
|
command_recipe = []
|
@@ -100,7 +100,7 @@ module ItamaeMitsurin
|
|
100
100
|
command << " --shell=bash"
|
101
101
|
command << " --dry-run" if ENV['dry-run'] == "true"
|
102
102
|
command << " -l debug" if ENV['debug'] == "true"
|
103
|
-
command << " -c logs/local_task.config"
|
103
|
+
command << " -c logs/config/local_task.config"
|
104
104
|
|
105
105
|
# recipe load to_command
|
106
106
|
command_recipe = []
|
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.24
|