prima-twig 0.48.8 → 0.48.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +9 -26
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 48e1757f955bcc07440b82685c1244109f6ef7384f805e5e59bda39188e6f1ca
4
- data.tar.gz: c44d495d6249c72283304fcf92dd71011d74613c66b68df4f138afef83fdee46
3
+ metadata.gz: 4227d4294665e9bc7e1ca145fd90ffb0e30bb38961bedf0e5e55832e29781aeb
4
+ data.tar.gz: dee2ce60b96ee4cbc2a823f9de85d727b4467174b2cbfd33c37453d73c31dce0
5
5
  SHA512:
6
- metadata.gz: 2c37c9afb1de5a8909b18873af2b1562298a2164991edae996c72018974a6e57f6f9470e1818d835861b6a6803dea45a69775c4f910ef7450ff324bd283c12e5
7
- data.tar.gz: f849e254b2fa767b1380d3c1a80f38fe4c585642ec10043a49607e284cb6aadb469dbf24b290c2d84413a03fd324695040c942ff43bfcb8ae1e97a25260b0dca
6
+ metadata.gz: 911b018d8d35ef932a3baf366335e36607289e5a3f386d7d2ced073cac095240714f179a373eaa978d0af76f0c50a1b61a7174b931c5a88cfbfa787d243062f1
7
+ data.tar.gz: 614f167339eaf44c0174513cca658c4f76005b090427c93ccd94746a462fe2bd2ea706f7b591be488cebe9b8f0bed19aaef50ff545203cb1b65b72e99f9e011c
@@ -2225,34 +2225,17 @@ class Release
2225
2225
 
2226
2226
  decrypt_secrets()
2227
2227
 
2228
- if @qainit
2229
- exec_step 'cp docker-compose.yml docker-compose-ci.yml'
2230
- exec_step 'prepare-docker-compose --directory bburago && cp docker-compose-qainit.yml docker-compose.yml'
2231
- [
2232
- "docker-compose build web",
2233
- "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
2234
- '-c' 'mix local.hex --force && mix hex.info && \
2235
- mix deps.get && mix compile && mix deps.compile && \
2236
- rm -rf _build/qa/rel/ && \
2237
- mix release --env=qa'"
2238
- ].each do |cmd|
2239
- execute_command cmd
2240
- end
2241
-
2242
- cleanup_containers
2243
- else
2244
- [
2245
- "docker-compose build web",
2246
- "docker run -v $PWD:/code -w /code -e MIX_ENV=qa --entrypoint /bin/sh bburago_web \
2247
- '-c' 'mix local.hex --force && mix hex.info && \
2248
- mix deps.get && mix compile && mix deps.compile && \
2249
- rm -rf _build/qa/rel/ && \
2250
- mix release --env=qa'"
2251
- ].each do |cmd|
2252
- execute_command cmd
2253
- end
2228
+ exec_step 'cp docker-compose.yml docker-compose-ci.yml'
2229
+ exec_step 'prepare-docker-compose --directory bburago && cp docker-compose-qainit.yml docker-compose.yml'
2230
+ [
2231
+ "docker-compose build web",
2232
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint deploy/create_qa_artifact web"
2233
+ ].each do |cmd|
2234
+ execute_command cmd
2254
2235
  end
2255
2236
 
2237
+ cleanup_containers
2238
+
2256
2239
  artifact_path = Dir.glob('_build/qa/rel/bburago/releases/*/bburago.tar.gz').first
2257
2240
  upload_artifact(artifact_path, "microservices/bburago/#{revision}-qa.tar.gz", "#{@s3_bucket}-encrypted")
2258
2241
 
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.48.8
4
+ version: 0.48.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: 2019-07-03 00:00:00.000000000 Z
17
+ date: 2019-07-04 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: aws-sdk