deploy-context 2.1.35.2.g385b63e → 2.1.35.3.g2abab85
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/cookbook.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: a6392cf481905c22c35416fd8e75995dd1daf630ca0435a482a51a2e1c61c05a
|
4
|
+
data.tar.gz: 5632e14fd1a4a5318ad37befeb0aeba68d0d6438ddda78bd87b7f352ab2a11d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 580cb30d48f9fd5cad3fc1a30da2a93b4b58cfa511d18f74a1ac9f234f7ee65b7da316a2d7f78de5e3115acc0c37252ec40e7db2ab9c00ac88a44454cf640f22
|
7
|
+
data.tar.gz: d32ff32502725ca2506c1a732ec2c9937eff9c7ca0b908c0befc015d7e01e10452693079f704b026fc91cda24b67fb4a4d9c0a77b7dd1c05ce22110a6db88514
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -22,8 +22,8 @@ module Context
|
|
22
22
|
end
|
23
23
|
|
24
24
|
def cookbook_build(context)
|
25
|
+
context.log("\n\nBuilding cookbook #{context.context_name}\n\n")
|
25
26
|
context.git_build(context)
|
26
|
-
context.log "Working in folder #{Dir.pwd}\nAnd context #{context.context_name} is created in folder #{context.context_folder} at version #{context.version}"
|
27
27
|
Dir.chdir File.dirname(context.context_folder)
|
28
28
|
context.generate_cookbook(context, [context.context_name])
|
29
29
|
Dir.chdir context.context_folder
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|