prima-twig 0.13.0 → 0.13.1

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 +4 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5286987a3ae05991769cbb86b78f2ca2a39a1235
4
- data.tar.gz: 9f5a96e30af6e58e5035d9fb3f402147014e5e38
3
+ metadata.gz: 993c9744a43a74c9f057a9372b26c7cc16b57d03
4
+ data.tar.gz: cb64f1e1df97ccb62071c242b90e669a84ef5a62
5
5
  SHA512:
6
- metadata.gz: 95f2477b1afb58e5a522ea76247fdd471c816d8e8f57b1b0030150629e37aa1d56987f4d2cb45d0fb7f55a4603431ed2a8fa52602211fe65b859ca5293e7d125
7
- data.tar.gz: 196301375a59adce17c2665b6d382fc47a1d622ceb5c02a7cdd8f9482596c03a06e4b80df225ba0864caf5723b392261ab20a1aa959231742f785bfe0aac6b40
6
+ metadata.gz: 6474f160cdb79c904557e18cba0de25e49b4ab878bfd35316ff55171b01c38d89a60dfcaed342a9334220bb420d048075bb3fb3b6a25dbf0d812b8424d82339b
7
+ data.tar.gz: e234f4af11997da5fbe1a24239058221656c4f6b94b5eb8cffaca65c4818c1eb8b96882446f9dae1860f8c897513f3b66440e97bff11ecd2b08bca2e8c0d3f1a
data/bin/twig-feature CHANGED
@@ -81,8 +81,10 @@ class Release
81
81
  def deploy_shutdown!
82
82
  envs = {}
83
83
  stack_list.each do |stack|
84
- env_hash = stack.stack_name.match(/qa-(\w+)$/)[0]
85
- envs[env_hash] = stack.tags unless envs.has_key?(env_hash)
84
+ unless stack.stack_name.match(/spotfleet-allinone-qa-(\w+)$/)
85
+ env_hash = stack.stack_name.match(/qa-(\w+)$/)[0]
86
+ envs[env_hash] = stack.tags unless envs.has_key?(env_hash)
87
+ end
86
88
  end
87
89
 
88
90
  env_hash = nil
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.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino