prima-twig 0.39.16 → 0.39.17

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-update-ami +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0fb4aa9f74bc7ce1d6ff19fd0b02f52a78f8ecb5
4
- data.tar.gz: f7c8712cabb3faccbf17bdcf6340440a2b443d58
3
+ metadata.gz: 5fbdd57086413e19d8b5557600d59904b1749fae
4
+ data.tar.gz: ad43862cc943325f1e9c2fab3815a8be7630e842
5
5
  SHA512:
6
- metadata.gz: b53f61080554973dfd587b0f9d1021a568656dc0918f2677f8df25c520417ab92620fb9e4cc78c822b61426e01c9cd104465826fc4b77cf90526d8786d268238
7
- data.tar.gz: 0e2d34724159e408543327fe6c0e8beddaa1b5388d9cfe6eeb33210c8102b2bf90c7c3dfe2175e41fba250dbb640f00f17f6d7062f99ac79a4cc129ccbb594ca
6
+ metadata.gz: a0eedab7445cd6a324e6f8679ac4f72178a6cb9dea9c2e16613f8f7bd3dfb9997c906661924a4d36bd42669a9f184a5b26726648a102d7f265448eff7e013a47
7
+ data.tar.gz: 401371a2ebfae9558f86382abade062cd1cb1f56e39b24fe1d6e15eaaa3c2f11b92be4c49520b3fb90ec569a4cef6a34a444c7ac4ff9178841df78bb59542b1a
@@ -106,7 +106,7 @@ class TwigUpdateAmi
106
106
  end
107
107
 
108
108
  def update_packer(json_filename)
109
- execute_command "packer build -var datadog_apikey=`biscuit get -f ../configs/secrets/common.yml common_production_apikey_datadog` -machine-readable ./#{json_filename} | tee build.log"
109
+ execute_command "packer build -var datadog_apikey=`biscuit get -f ../configs/secrets/common.yml common_production_apikey_datadog` -var github_token=`biscuit get -f ../configs/secrets/common.yml common_private_repo_github_token` -machine-readable ./#{json_filename} | tee build.log"
110
110
  `grep 'artifact,0,id' build.log | cut -d, -f6 | cut -d: -f2`.sub(/\n/, '')
111
111
  end
112
112
 
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.39.16
4
+ version: 0.39.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino
@@ -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.11
217
+ rubygems_version: 2.5.2.3
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: The Prima twig toolbelt