prima-twig 0.49.23 → 0.49.24
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 +8 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5e7c514ebb65953907ee9412a18bea09bb65532ca3f4b0259847978c4c4208f
|
|
4
|
+
data.tar.gz: fca75f56f749f1ce4cd3553473afb92e04dbb10023a2157c0c24179a9576872d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b92dbf5d53bb4c3f9cdd08edf233d70096cdb1dadd6e256b42a648572932b93c6516e753f5bd685d2025b921c7048597ac4a1e356ed1a00ae2d8edf398a71777
|
|
7
|
+
data.tar.gz: a7d06d3d29512a6974e9c6451309562e668de350ceee073664a37f8d58257850bedd9783b1295ea96d77d406a1ae3daee686ea260271495eb2d6634c6cb35a41
|
data/bin/twig-feature
CHANGED
|
@@ -2772,20 +2772,23 @@ class Release
|
|
|
2772
2772
|
|
|
2773
2773
|
output `echo $NPM_TOKEN`
|
|
2774
2774
|
exec_step 'mv .fakenpmrc .npmrc'
|
|
2775
|
+
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2776
|
+
exec_step 'prepare-docker-compose --directory pyxis-npm && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2777
|
+
exec_step 'docker-compose build web'
|
|
2775
2778
|
|
|
2776
|
-
|
|
2777
|
-
|
|
2779
|
+
exec_step "docker-compose run -w $PWD -u root -e NPM_TOKEN=$NPM_TOKEN --entrypoint /bin/sh web \
|
|
2780
|
+
'-c' 'npm view prima-assicurazioni/pyxis-npm versions --json > versions.json'"
|
|
2781
|
+
# execute_command 'npm view prima-assicurazioni/pyxis-npm versions --json'
|
|
2782
|
+
# published_versions = `npm view prima-assicurazioni/pyxis-npm versions --json`
|
|
2783
|
+
published_versions = `cat versions.json`
|
|
2778
2784
|
output "versioni: #{published_versions}"
|
|
2779
2785
|
output "versione scelta #{get_pyxis_version(deploy_id)}"
|
|
2780
2786
|
qa_versions = JSON.parse(published_versions).select{ |version| version.include? get_pyxis_version(deploy_id) }
|
|
2781
2787
|
|
|
2782
2788
|
@pyxis_version = "0.#{get_pyxis_version(deploy_id)}.#{qa_versions.size}"
|
|
2783
2789
|
|
|
2784
|
-
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2785
|
-
exec_step 'prepare-docker-compose --directory pyxis-npm && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2786
2790
|
`sed -i '3s/".*/"version": "#{@pyxis_version}",/' package.json`
|
|
2787
2791
|
[
|
|
2788
|
-
"docker-compose build web",
|
|
2789
2792
|
"docker-compose run -w $PWD -u root -e NPM_TOKEN=$NPM_TOKEN --entrypoint /bin/sh web \
|
|
2790
2793
|
'-c' 'yarn install && \
|
|
2791
2794
|
yarn build:prod && \
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.49.
|
|
4
|
+
version: 0.49.24
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2019-09-
|
|
17
|
+
date: 2019-09-03 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|