prima-twig 0.36.51 → 0.36.52
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-feature +1 -1
- data/lib/prima_aws_client.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c6efac1f676557ea36705508d63f1eae3538134
|
|
4
|
+
data.tar.gz: 602a44f0702b0f17ec153a7cc4185f176055d143
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ef9cf0e605be7d8e5960f71c253dc30d93850cab8a008c5e7b2dcf016d735ab439eded70917950cd605010d502b73d40106ac3a6346ad9428fa3e565903fab5
|
|
7
|
+
data.tar.gz: 8e9ffdae105d6749d2df30279a6aa94ad154cb2b000fcd47434acc71a09703fa08325fe62120129a22c52f51c4a14713c62578f3c01134b138b1b5ec22133fad
|
data/bin/twig-feature
CHANGED
|
@@ -1634,7 +1634,7 @@ class Release
|
|
|
1634
1634
|
execute_command 'pwd && ls -l && ls config'
|
|
1635
1635
|
# [ "docker run --rm -v /var/cache/ci/primait/qainit/master/project/projects/ermes/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh ermes_web \
|
|
1636
1636
|
# [ "docker run -v $PWD:/code -w /code -e MIX_ENV=qa --entrypoint /bin/sh ermes_web \
|
|
1637
|
-
[ "docker run --rm -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh
|
|
1637
|
+
[ "docker-compose run --rm -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
1638
1638
|
'-c' 'pwd && ls -la && \
|
|
1639
1639
|
sed -i \"s/peano-qa-host/#{peano_qa_host}/g\" config/qa.exs && \
|
|
1640
1640
|
sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|
data/lib/prima_aws_client.rb
CHANGED
|
@@ -50,7 +50,7 @@ module PrimaAwsClient
|
|
|
50
50
|
capabilities: ['CAPABILITY_IAM'],
|
|
51
51
|
on_failure: 'ROLLBACK'
|
|
52
52
|
)
|
|
53
|
-
rescue Aws::CloudFormation::Errors::Throttling => e
|
|
53
|
+
rescue Aws::CloudFormation::Errors::Throttling, Aws::CloudFormation::Errors::LimitExcedeedException => e
|
|
54
54
|
output 'Throttling, retrying in 15 seconds'.red
|
|
55
55
|
sleep 15
|
|
56
56
|
create_stack(stack_name, stack_body, parameters = [], tags = [])
|
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.36.
|
|
4
|
+
version: 0.36.52
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-06-
|
|
16
|
+
date: 2018-06-05 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|