prima-twig 0.36.16 → 0.36.17
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 -0
- 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: d2a756e3a0db454ebf1ad1300b02d7037e0da296
|
|
4
|
+
data.tar.gz: 904460260e97cb1a0dbaa91090a8c0f0254d4039
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 224e3336934d1457a218590991e62a2c9aa40deb0405b1d11b55e8e31cd2b3703dce8042c104a92c6efb1dc12cde09d4f943ecf4c2420ec3c93c0f23adf03cab
|
|
7
|
+
data.tar.gz: 73238d84d55d287de6999e01b88d82e6f515717c7f171caa65a43acd6fcada093db7bc0e0bfab3389a4699f91178e099ac9179b255dbbcf2226f3db33e094abd
|
data/bin/twig-feature
CHANGED
|
@@ -1583,6 +1583,7 @@ class Release
|
|
|
1583
1583
|
if @qainit
|
|
1584
1584
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
1585
1585
|
exec_step 'prepare-docker-compose --directory ermes && cp docker-compose-qainit.yml docker-compose.yml'
|
|
1586
|
+
execute_command 'cat docker-compose.yml'
|
|
1586
1587
|
end
|
|
1587
1588
|
[
|
|
1588
1589
|
"if echo `docker network ls` | grep crash_default; \
|