prima-twig 0.49.0 → 0.49.1
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 +2 -2
- 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: fcc0d935ded805ca44fe37902274d429830d4570c2de9259cb55adcebad84b30
|
|
4
|
+
data.tar.gz: '09e89f1ec2e0aca879e1557c3bc464979046da6712d2c0a2e8b9ea66bdfc1600'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8e73ce6c9bc660225af6cd055f5d900c9495eac37c34a0dc56074153aa4dbf473eee623e139147fd57f2df5efc16a32c9e3ab7e80c818e19419e23ff8dafaec
|
|
7
|
+
data.tar.gz: 3b6cee0f663b7d1c696f2257d78b6133e370d4b0d4de5e24f11224937bb716303bb98a0c1888aeabb3140c9302bf58e6b83219c720f9fc32a144a112e677266f
|
data/bin/twig-feature
CHANGED
|
@@ -763,7 +763,7 @@ class Release
|
|
|
763
763
|
create_asg_stack(asg_stack_name, tags) unless stack_exists?(asg_stack_name)
|
|
764
764
|
|
|
765
765
|
deploy_id = calculate_deploy_id
|
|
766
|
-
|
|
766
|
+
create_pyxis_artifact(@projects["pyxis-npm"][:revision], deploy_id)
|
|
767
767
|
create_prima_artifact(@projects["prima"][:revision], @projects["prima"][:name], deploy_id, true) unless artifact_exists?('prima-artifacts-encrypted', "prima/#{@projects["prima"][:revision]}.tar.gz")
|
|
768
768
|
|
|
769
769
|
wait_for_stack_ready(stack_name_alb) unless stack_ready?(stack_name_alb)
|
|
@@ -936,7 +936,7 @@ class Release
|
|
|
936
936
|
]
|
|
937
937
|
create_stack(stack_name_db, stack_body, parameters, tags, @cf_role) unless stack_exists?(stack_name_db) # creazione asincrona stack dei db (~4 min)
|
|
938
938
|
|
|
939
|
-
create_pyxis_artifact(@projects["pyxis"][:revision], deploy_id)
|
|
939
|
+
create_pyxis_artifact(@projects["pyxis-npm"][:revision], deploy_id)
|
|
940
940
|
create_prima_artifact(@projects["prima"][:revision], @projects["prima"][:name], deploy_id) unless artifact_exists?('prima-artifacts-encrypted', "prima/#{@projects["prima"][:revision]}.tar.gz")
|
|
941
941
|
# l'artefatto di prima viene creato sempre (puntamenti all'ambiente compilati nel js) e richiede molto più di 4 minuti
|
|
942
942
|
wait_for_stack_ready(stack_name_db) unless stack_ready?(stack_name_db) # dovrebbe essere istantaneo
|