prima-twig 0.49.20 → 0.49.21
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 -1
- 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: 69f3a2a3f09f3331666e072dcd593670a5b71c7d6d8e0b8d3c10ee213f99a363
|
|
4
|
+
data.tar.gz: 9bebb22babb339d5b5d9c44860fd7c807670b25e9d935099d35f408b43446cfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 852724a554f52a828006e9dad43cecf5f2edee027d7a4aed4c76d54b573e665891526f4ce39109f109221a564b250bbd891a150ccb23c6145eff71adbdff7883
|
|
7
|
+
data.tar.gz: 2b784c3e0eafe2dfd5768d10211f36d7333b304957c8039933fafdc20719faaaa67f924db453e7d8a4b64fcf9f02c3ed9e79fac0cfcf003f87395bd5686fc63e
|
data/bin/twig-feature
CHANGED
|
@@ -2770,6 +2770,7 @@ class Release
|
|
|
2770
2770
|
|
|
2771
2771
|
decrypt_secrets()
|
|
2772
2772
|
|
|
2773
|
+
exec_step 'mv .fakenpmrc .npmrc'
|
|
2773
2774
|
published_versions = `npm view prima-assicurazioni/pyxis-npm versions --json`
|
|
2774
2775
|
output "versioni: #{published_versions}"
|
|
2775
2776
|
output "versione scelta #{get_pyxis_version(deploy_id)}"
|
|
@@ -2778,7 +2779,7 @@ class Release
|
|
|
2778
2779
|
@pyxis_version = "0.#{get_pyxis_version(deploy_id)}.#{qa_versions.size}"
|
|
2779
2780
|
|
|
2780
2781
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2781
|
-
exec_step 'prepare-docker-compose --directory pyxis-npm && cp docker-compose-qainit.yml docker-compose.yml
|
|
2782
|
+
exec_step 'prepare-docker-compose --directory pyxis-npm && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2782
2783
|
`sed -i '3s/".*/"version": "#{@pyxis_version}",/' package.json`
|
|
2783
2784
|
[
|
|
2784
2785
|
"docker-compose build web",
|