prima-twig 0.58.507 → 0.58.508

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-build +2 -1
  3. data/bin/twig-feature +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7ed5bd9c464dcbc8dbf704454a60b4da38904e062dfea247caefa13a49484b9
4
- data.tar.gz: fe10efabb9db565e70f756072be5d4a5e3fd7417d967b46f8340bac1cf92eb25
3
+ metadata.gz: 9d96dd1d1adf4c32e3a2a8493ba2ed89d6866f276b0a4824315542d95d03f843
4
+ data.tar.gz: 29673ff7ed024423a4406cafd7fa5cdd90a59d1bc246f977e29bb9ca8229cb84
5
5
  SHA512:
6
- metadata.gz: 244bda3c4ac4fd338cfbabbbd6115a879054f47d1e17ce1b0459321585ef831cc923f7923e8ab5e72c807c56c307ef2cfef5233a2ca8efcccf84c90b73ea8b4b
7
- data.tar.gz: 876c99cf02afe0006e017797289eb6a8559594f973272a0d0f09c8d6c4cd7e7ae2e6a4560618d408252cc56c8c3fcd2c13ec25dfb9b508f412aa0f24127c5015
6
+ metadata.gz: fbdfb7d0b553148ac592d89129dab06cf927767d12c22578e4afafbfc3cf5ffa33fec1cc184bac26359a25cafeac9d2960b8e266305eb83b3ef8bf2d0f638200
7
+ data.tar.gz: 1e18c396705dd225d6844774e6cf3436299f7bff9dd4b61a639bffbbc5a287a25f5e0de5caf80d3f68eee23f409810c2bfe77f20bd40dacacc5d204beafdbe0d
data/bin/twig-build CHANGED
@@ -1679,7 +1679,7 @@ class Build
1679
1679
  },
1680
1680
  {
1681
1681
  parameter_key: "InstanceType",
1682
- parameter_value: "t3.large"
1682
+ parameter_value: "t3a.xlarge"
1683
1683
  },
1684
1684
  {
1685
1685
  parameter_key: "ECSClusterName",
@@ -1690,6 +1690,7 @@ class Build
1690
1690
  parameter_value: @ami_id
1691
1691
  }
1692
1692
  ]
1693
+ puts @tags
1693
1694
  create_stack(stack_name, stack_body, parameters, tags, @cf_role)
1694
1695
  end
1695
1696
 
data/bin/twig-feature CHANGED
@@ -453,7 +453,7 @@ class Release
453
453
  end
454
454
 
455
455
  def qainit_deploy!(quiet = false)
456
- `git checkout master && git pull && git submodule update --init --recursive && git remote prune origin`
456
+ `git checkout user-story/pipeline/PRIMA-4333 && git pull && git submodule update --init --recursive && git remote prune origin`
457
457
 
458
458
  default_name = get_default_branch_name @projects
459
459
  feature_number = ''
@@ -477,7 +477,7 @@ class Release
477
477
  update_drone_yml!
478
478
 
479
479
  `git add projects && \
480
- git add branch_names && \
480
+ git add branch_names .drone.yml && \
481
481
  git commit -m '#{branch_name}' && \
482
482
  git push -f --set-upstream origin #{branch_name} && \
483
483
  git checkout master`
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.58.507
4
+ version: 0.58.508
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-04-09 00:00:00.000000000 Z
17
+ date: 2020-04-10 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: aws-sdk-autoscaling