prima-twig 0.40.17 → 0.40.18
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 +5 -5
- data/bin/twig-feature +5 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 80ff4e1e6e384ae4d28eb717a3fb65bdd38d9737379c033abf9ef6e3c47dbc27
|
|
4
|
+
data.tar.gz: fbeef3aab9744b7b6e63cdcfb614d6da9cb38ad8bb16dc8ab526ad74c71f59a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86279037bf3a3034c4b90f9c51743b3182638527e5f97f32d4ff0893ce4b7b5d3a05a2f281c1dc6eb50ac6d00ba0a1ab215553363d91709cc78db87ad3c8fcd4
|
|
7
|
+
data.tar.gz: 747211cf83c50d32a88853f63fd045a1506cdbeb65517057f9a5d98aa26143834a30f8325710483b24d69f6d66baf6ca0e4d51ab500080430ceb5ec7fb505c1d
|
data/bin/twig-feature
CHANGED
|
@@ -2117,13 +2117,17 @@ class Release
|
|
|
2117
2117
|
|
|
2118
2118
|
decrypt_secrets()
|
|
2119
2119
|
|
|
2120
|
+
stack_name_skynet = 'ecs-task-skynet-qa-notneeded'
|
|
2121
|
+
skynet_qa_host = get_route53_hostname(stack_name_skynet)
|
|
2122
|
+
|
|
2120
2123
|
if @qainit
|
|
2121
2124
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2122
2125
|
exec_step 'prepare-docker-compose --directory hal9000 && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2123
2126
|
[
|
|
2124
2127
|
"docker-compose build web",
|
|
2125
2128
|
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
2126
|
-
'-c' '
|
|
2129
|
+
'-c' 'sed -i \"s/skynet-qa-host/#{skynet_qa_host}/g\" config/qa.exs && \
|
|
2130
|
+
mix local.hex --force && mix hex.info && \
|
|
2127
2131
|
mix deps.get && mix compile && mix deps.compile && \
|
|
2128
2132
|
mix phx.digest && \
|
|
2129
2133
|
rm -rf _build/qa/rel/ && \
|
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.40.
|
|
4
|
+
version: 0.40.18
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-10-
|
|
16
|
+
date: 2018-10-12 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project:
|
|
217
|
-
rubygems_version: 2.6
|
|
217
|
+
rubygems_version: 2.7.6
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|