prima-twig 0.2.24 → 0.2.25
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: 3d0821f92023d1973a7e6a592cdfc917ed773bfb
|
|
4
|
+
data.tar.gz: 4a6cfb7842f085875cf5bce16c782171a928d4e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e45521eebb1a935db5e5401c25335f6fa7860cc34558fb3b02a18ba36513cbd7d4f9ba3b3ac98841afaedc0770019d45746b0d0c9932fae57bab1e072bc5c90
|
|
7
|
+
data.tar.gz: 95d642395d0f61eb7bcf364430f7f957928cc556418674b8461b628fc824a3954782a1c724a9cf918dbe31a4a7e027c2c3aa4d1790500aae3452ba39af4b237a
|
data/bin/twig-feature
CHANGED
|
@@ -397,7 +397,7 @@ class Release
|
|
|
397
397
|
base_docker_cmd = "sudo -i docker exec #{container_id}"
|
|
398
398
|
|
|
399
399
|
[
|
|
400
|
-
"#{base_cmd} #{base_docker_cmd} ./app/console fos:elastica:reset --force"
|
|
400
|
+
"#{base_cmd} #{base_docker_cmd} ./app/console fos:elastica:reset --force",
|
|
401
401
|
"#{base_cmd} #{base_docker_cmd} ./app/console doctrine:database:drop --no-interaction --force",
|
|
402
402
|
"#{base_cmd} #{base_docker_cmd} ./app/console doctrine:database:create --no-interaction",
|
|
403
403
|
"#{base_cmd} #{base_docker_cmd} ./app/console doctrine:database:drop --no-interaction --connection=msa --force; true",
|