prima-twig 0.36.68 → 0.36.69

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 +11 -5
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d0253f3c22b8bc8df106c03a701d38c463eb89dd
4
- data.tar.gz: 9080e2401c41d5d71f1ed39f41a9728b7cbeeb33
3
+ metadata.gz: 67119f02f5ff82ce05049d84c86108fc30b3e4c8
4
+ data.tar.gz: 9d00f3f5bb9997d63ad56d38c30f1764ab604761
5
5
  SHA512:
6
- metadata.gz: 8d2ccaaa4e13f4654155cb5cdcb5174afdea2ba8680ea2c627af84a6f0cdaeb393df5b839cf48d2d5783b872147f7666b6f8d33e74fbb40aca98292aabad543d
7
- data.tar.gz: e92837358a9b705eba6c92e1b559aee77215fe63e67cb37eff0fcf98fd379c0098198af1ed25afe156aecea484a2fa0f09ba798c46f36573c8441b9e2d7eed0d
6
+ metadata.gz: fb9e35e6d1196fb9c82850edceed271b247cf60344acc95eadd31840d5885294cc91dd27616c9bffad3ffd08fff82d4923a2d8cb643b9e55c9622b39126529c6
7
+ data.tar.gz: ed240dc52bcd9ef3cf07a0a1f7b3b33435f1c2d6d0a896fe6c605673894db2fdb0a3ce460f34e6805a2107cbb5de9e83c6a4c07e771b0490ae3ab87b21b45a2a
data/bin/twig-feature CHANGED
@@ -2356,11 +2356,17 @@ class Release
2356
2356
  exec_step 'mv docker-compose-ci.yml docker-compose.yml'
2357
2357
  exec_step 'prepare-docker-compose --directory prima'
2358
2358
  exec_step 'sed -i "s/\\/home\\/app/\\/root/g" docker-compose.yml'
2359
- end
2360
- [
2361
- "bin/local_build_artifact.sh #{branch_name} #{web_qa_host} #{backoffice_qa_host} #{assange_qa_host} #{deploy_id} #{'update' if @deploy_update}"
2362
- ].each do |cmd|
2363
- execute_command cmd
2359
+ [
2360
+ "bin/qainit_build_artifact.sh #{branch_name} #{web_qa_host} #{backoffice_qa_host} #{assange_qa_host} #{deploy_id} #{'update' if @deploy_update}"
2361
+ ].each do |cmd|
2362
+ execute_command cmd
2363
+ end
2364
+ else
2365
+ [
2366
+ "bin/local_build_artifact.sh #{branch_name} #{web_qa_host} #{backoffice_qa_host} #{assange_qa_host} #{deploy_id} #{'update' if @deploy_update}"
2367
+ ].each do |cmd|
2368
+ execute_command cmd
2369
+ end
2364
2370
  end
2365
2371
 
2366
2372
  Dir.chdir "../../"
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.36.68
4
+ version: 0.36.69
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-06-07 00:00:00.000000000 Z
16
+ date: 2018-06-08 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: aws-sdk