prima-twig 0.63.8 → 0.63.9
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 +16 -11
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99b93ad4de7a7733e0e472edbfada7c6d311fdcc571280ce517dec0b0171dd52
|
|
4
|
+
data.tar.gz: 593235a9b2c42d9f0f949f1fef3e18fe41745af91c240097b7c8e6d3b82fde66
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40c665fbbe6222b820e62bbf83c969e1a106b5d6508848b3a5e6d773f1dadb553da1e2fa693764bcb14cdf7669990012861ede984d8e290c6f9da6e3a073105a
|
|
7
|
+
data.tar.gz: 4e51979efbe47c46eb21aaf704f54ef89320a5470c6365292281e72873ec21155e73c6d76628bba2719b6b751e3752caea87e90413b465bc170655d3d5c07eb7
|
data/bin/twig-feature
CHANGED
|
@@ -2247,16 +2247,21 @@ class Release
|
|
|
2247
2247
|
|
|
2248
2248
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2249
2249
|
exec_step 'prepare-docker-compose --directory fidaty && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
"
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2250
|
+
|
|
2251
|
+
if File.exists? 'deploy/build_qa_artifact'
|
|
2252
|
+
execute_command "deploy/build_qa_artifact"
|
|
2253
|
+
else
|
|
2254
|
+
[
|
|
2255
|
+
"docker-compose build web",
|
|
2256
|
+
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
2257
|
+
'-c' 'mix local.hex --force && mix hex.info && \
|
|
2258
|
+
mix deps.get && mix compile && mix deps.compile && \
|
|
2259
|
+
mix phx.digest && \
|
|
2260
|
+
rm -rf _build/qa/rel/ && \
|
|
2261
|
+
mix release --env=qa'"
|
|
2262
|
+
].each do |cmd|
|
|
2263
|
+
execute_command cmd
|
|
2264
|
+
end
|
|
2260
2265
|
end
|
|
2261
2266
|
|
|
2262
2267
|
cleanup_containers
|
|
@@ -2586,7 +2591,7 @@ class Release
|
|
|
2586
2591
|
|
|
2587
2592
|
`mv docker-compose-ci.yml docker-compose.yml`
|
|
2588
2593
|
exec_step 'prepare-docker-compose --directory starsky && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2589
|
-
exec_step "sed
|
|
2594
|
+
exec_step "sed s/qa_deploy_id/#{get_deploy_id}/ .env.dist.qa"
|
|
2590
2595
|
exec_step "cp .env.dist.qa .env"
|
|
2591
2596
|
|
|
2592
2597
|
[
|
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.63.
|
|
4
|
+
version: 0.63.9
|
|
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: 2020-03-
|
|
17
|
+
date: 2020-03-17 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk-autoscaling
|
|
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
326
|
- !ruby/object:Gem::Version
|
|
327
327
|
version: '0'
|
|
328
328
|
requirements: []
|
|
329
|
-
rubygems_version: 3.0.
|
|
329
|
+
rubygems_version: 3.0.1
|
|
330
330
|
signing_key:
|
|
331
331
|
specification_version: 4
|
|
332
332
|
summary: The Prima twig toolbelt
|