prima-twig 0.63.19 → 0.63.20
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 +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3dc8b90586882c115b8e5f4f5d19d1444a7b521175df47b6abb7442f98dd52ca
|
|
4
|
+
data.tar.gz: 92783d653170f9d65f7194af6464a6e167c6adf358f62406a4f50b4f2e1944cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf98fffc44a7a60ceab6b43118de0945218d7a8934042b90a952809346af9055f96410d07b6d3873bfbdcfc8659849391a36383dbb8c5f32dbd54f8651a28d68
|
|
7
|
+
data.tar.gz: 51b3a915df110b8ba4a73e4128e77c1c7d64d500e41d80e005235968ddd068c13fe4e4dcfaa33e774926dee8190b5dcd3865b33f8367f00da0c0758b1c8bb8da
|
data/bin/twig-feature
CHANGED
|
@@ -1847,9 +1847,9 @@ class Release
|
|
|
1847
1847
|
output "Deploy effettuato, everything is awesome!\n".green
|
|
1848
1848
|
|
|
1849
1849
|
if @projects['prima']['name'] != 'master' then
|
|
1850
|
-
output "Lancio il batch job per la visual regression..."
|
|
1851
|
-
launch_bocelli_test(prima_hostname)
|
|
1852
|
-
output "Visual regression lanciata con successo!"
|
|
1850
|
+
# output "Lancio il batch job per la visual regression..."
|
|
1851
|
+
# launch_bocelli_test(prima_hostname)
|
|
1852
|
+
# output "Visual regression lanciata con successo!"
|
|
1853
1853
|
|
|
1854
1854
|
output "Lancio i test con Lighthouse..."
|
|
1855
1855
|
launch_lighthouse_test(prima_hostname, "mobile")
|