minimal_pipeline 0.0.8 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '0049179db6389e8fce50230b52b9965b98dd5c7ff041190a274e39eb29174cca'
4
- data.tar.gz: fd8b0632cde9a18e26be5d94344a53e08d546f085a95c0eb13c02f8076e88bc6
3
+ metadata.gz: aa758fe533ea3344190a6d17d7daab735f097835dacc168f0d7072e690c12d31
4
+ data.tar.gz: 5f17016ea04805032800357c839c2c211b5329e5d6b387816b8ce25779195d1c
5
5
  SHA512:
6
- metadata.gz: dd83066fa798f9b314fddaf0a79e7be6c441b591f26d686871d9a64822b0d31ae330a6dadb3bc52ef0e7660f152934f44b261e36bd557b826c5689aab3d51b5c
7
- data.tar.gz: 0ac1739f0f2382fca438dec93f70986452b88134a7d2603df8c301e8edeaa6899b49e5830023f01cbec26b866ae29a6fa0e80f594cd1438a16b4152f3b4a8019
6
+ metadata.gz: e5afda4907703cf0b535bbb42ca8962ba4cbac5116ecc3f83555405a866bba95250883c95ebb1ea950e3eb9942d871547c7e9fc520296ca5c803fd856dfd2970
7
+ data.tar.gz: 53bd9603e7775f1f8a83f7d474b5e5cdb0ec70f704f210c7b071fe1c9cc6d0666030666b6e19273844c9346bfe28566eaadca2cd8496d6ed4f553daba29256c0
@@ -6,7 +6,7 @@ class MinimalPipeline
6
6
  # Here is an example of how to use this class to build AMIs from Packer YAML
7
7
  #
8
8
  # ```
9
- # Pass in the path to the Packer JSON config file
9
+ # # Pass in the path to the Packer JSON config file
10
10
  # packer = MinimalPipeline::Packer.new('path/to/packer.json')
11
11
  #
12
12
  # variables = {
@@ -52,6 +52,7 @@ class MinimalPipeline
52
52
  puts command if ENV['DEBUG']
53
53
 
54
54
  output = `#{command}`
55
+ puts output if ENV['DEBUG']
55
56
  get_ami_id(output)
56
57
  end
57
58
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minimal_pipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mayowa Aladeojebi