prima-twig 0.36.66 → 0.36.67
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
- data/bin/twig-feature +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 96ac2d49c4106372a10cd542658cf511a4d0dd0e
|
|
4
|
+
data.tar.gz: 91b5f7a7f9bf2e0ecd509e5a0ad5f83a0a1bb242
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8cfaee0dbba7bdd29a6fff951c3c11e67fc7cda918a0883ee3673b8c3edac5497d3b3c8228951eac9a9a79fdb4715a48f64cc9b09ed6b4b2b25ce3bac1b8e64f
|
|
7
|
+
data.tar.gz: 803daecd081e2b41cab46293b843fdfad9a26b725b7a1dbfceaf580b354b5a0f97e1d994f281f79ccce769eb5e444903677d53649d6f1dbdfbf0c28a01e37104
|
data/bin/twig-feature
CHANGED
|
@@ -2648,7 +2648,7 @@ class Release
|
|
|
2648
2648
|
@host_container_name
|
|
2649
2649
|
else
|
|
2650
2650
|
execute_command 'cat /etc/hostname'
|
|
2651
|
-
hostname = `cat /etc/hostname
|
|
2651
|
+
hostname = `cat /etc/hostname`.gsub("\n", '')
|
|
2652
2652
|
execute_command "docker ps | grep #{hostname} | awk '{print $NF}'"
|
|
2653
2653
|
@host_container_name = `docker ps | grep #{hostname} | awk '{print $NF}'`
|
|
2654
2654
|
# @host_container_name = `docker ps | grep #{hostname} | sed -r "s/.+ ([^\s].+)$/\1/p"`
|