prima-twig 0.62.3 → 0.62.4
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 +4 -4
- data/bin/twig-update-ami +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08e54a281e52bf12217da4b130ded384b506ad4a29a432eed0961c94c07a879d'
|
|
4
|
+
data.tar.gz: 3b0b937a58cafacb4ecc48d8442dc76392c04fbbacb35d1b4248c5ffe3c0fc57
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c2202e2e6cec3c6095ca28cd1936a560d03b2eabd1de843bc76824da516af156e5a522e5ea4c49ca5c794d73ea4bac2f3ce4f2d0e7134ff0df1f579910d5b8a
|
|
7
|
+
data.tar.gz: 377daf8da09c805cdfb8d305c3d5d0901c8acd18cf50b2a724f3fe34ef11c9e42daa4a9054e4e405847a3f2d508fd85a94b6907075f51424840a5b6feac24742
|
data/bin/twig-update-ami
CHANGED
|
@@ -150,7 +150,7 @@ class TwigUpdateAmi
|
|
|
150
150
|
end
|
|
151
151
|
|
|
152
152
|
def update_packer(json_filename)
|
|
153
|
-
execute_command "packer build
|
|
153
|
+
execute_command "AWS_MAX_ATTEMPTS=90 AWS_POLL_DELAY_SECONDS=60 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` -var drone_key=\"`biscuit get -f ../configs/secrets/common.yml drone_license_key`\" -machine-readable ./#{json_filename} | tee build.log"
|
|
154
154
|
`grep 'artifact,0,id' build.log | cut -d, -f6 | cut -d: -f2`.sub(/\n/, '')
|
|
155
155
|
end
|
|
156
156
|
|
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.62.
|
|
4
|
+
version: 0.62.4
|
|
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-02-
|
|
17
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk-autoscaling
|
|
@@ -326,7 +326,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
326
|
- !ruby/object:Gem::Version
|
|
327
327
|
version: '0'
|
|
328
328
|
requirements: []
|
|
329
|
-
|
|
329
|
+
rubyforge_project:
|
|
330
|
+
rubygems_version: 2.7.8
|
|
330
331
|
signing_key:
|
|
331
332
|
specification_version: 4
|
|
332
333
|
summary: The Prima twig toolbelt
|