deploy-context 2.1.33.2.gfbb24ca → 2.1.34.1.g531fe3b
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/deploy/git.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: cbddc2880c78070a5d693b459c405180f3f7f7c31bee6c9ac87251f59a9db44b
|
4
|
+
data.tar.gz: 6ae4baba9b571d1f56326208fdacd2c3d6c7f2fdeba9180c2ad7f1c94c7fbeb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f8e1defec45d4244347754dc1aa4e53be6dffa62e65c464ff7754150c594eeeeb84fd9da1064b026c2f48719bae49aa40f930653d93df10e0909ed0ab7a3490
|
7
|
+
data.tar.gz: acf725e5023cd83ed1724343685d41cd3124501b4fa12461c4ecafdbee3b6937065e8407871ac87d9d6ef64b32e8440c479aaca6911746c239efef016a36d60f
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -7,7 +7,7 @@ module Context
|
|
7
7
|
context.git_pull(context)
|
8
8
|
else
|
9
9
|
local_dir = File.join(Dir.pwd, context.context_name)
|
10
|
-
context.git ["clone git@github.com:JimboDragonGit/#{context.context_name}.git"] unless ::Dir.exist?(local_dir)
|
10
|
+
context.git context, ["clone git@github.com:JimboDragonGit/#{context.context_name}.git"] unless ::Dir.exist?(local_dir)
|
11
11
|
context.move_folder(local_dir)
|
12
12
|
end
|
13
13
|
end
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|