prima-twig 0.49.1 → 0.49.2
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: ecb5fab97c4b077a03555e02b78f73504bee8e99942201a1193adfefea7413e8
|
|
4
|
+
data.tar.gz: 3d4d1cf5f26e2071db7c50a1e4789e1ff9d70d124b9fb1921ddd50a5e338ed37
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99fb3b619d5d44c4e0e73ff3c6d1862b4b63459a3e39bdbcfbb895ca2f5404df4ae2deb42bc6137a4304e2b63d10b7f5f2a651eb0f640137fa1a5208bd47503c
|
|
7
|
+
data.tar.gz: 37f38cddc630f3339714710a30a1596da6f7a9754ce16eaf5c74cefffc4d761969fe6706f2e6002b45f50df75cbb54e94d3976e6195a46500e461185747dd727
|
data/bin/twig-feature
CHANGED
|
@@ -2749,14 +2749,14 @@ class Release
|
|
|
2749
2749
|
def create_pyxis_artifact(revision, deploy_id)
|
|
2750
2750
|
output "Preparo l'artifact pyxis\n".yellow
|
|
2751
2751
|
|
|
2752
|
-
git_checkout_version('pyxis', revision)
|
|
2752
|
+
git_checkout_version('pyxis-npm', revision)
|
|
2753
2753
|
|
|
2754
|
-
Dir.chdir 'projects/pyxis'
|
|
2754
|
+
Dir.chdir 'projects/pyxis-npm'
|
|
2755
2755
|
|
|
2756
2756
|
decrypt_secrets()
|
|
2757
2757
|
|
|
2758
2758
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2759
|
-
exec_step 'prepare-docker-compose --directory pyxis && cp docker-compose-qainit.yml docker-compose.yml && mv .fakenpmrc .npmrc'
|
|
2759
|
+
exec_step 'prepare-docker-compose --directory pyxis-npm && cp docker-compose-qainit.yml docker-compose.yml && mv .fakenpmrc .npmrc'
|
|
2760
2760
|
`sed -i '3s/".*/"version": "#{get_pyxis_version(deploy_id)}",/' package.json`
|
|
2761
2761
|
[
|
|
2762
2762
|
"docker-compose build web",
|