dpl 1.8.44.travis.2303.5 → 1.8.44.travis.2325.5

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 +5 -5
  2. data/lib/dpl/provider/pages.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 3795dcb1ce630af76862e8f4a8d74155237c5a5b
4
- data.tar.gz: 68c9c5f0377c1a2280009cc9fc63736d263e4698
2
+ SHA256:
3
+ metadata.gz: 6f7cff9e81dff80016aac87332d1c20991399f54af1554d720e9e2bf4aefe387
4
+ data.tar.gz: 85af69affd470b423030588a70d11323d418d6a3bf4895528c0648044670cb59
5
5
  SHA512:
6
- metadata.gz: 4e274e623b9c2c4b0c064403ec52f603f18fbcc5f91caa52306c4af1690ab54eaa01e1b570efa50df7d3b7a4a82c64d2bfe93493a2f63851880f483ae41c32ea
7
- data.tar.gz: eba67812e807cec571a71bce3fba0f6522ff07c405c66a541586245e5278c548ec5239d1a65375991759199ab1ba46ddc138aafdf61dd18b6931eeb3994d41f2
6
+ metadata.gz: 46fbb974965a7e6183e3df68ea4fc4acf8f75b4d132b9d9ab20fd592fdaa93a4a4952b818af0f39a7f16361fa6ce5c44738bf3bcc2f7e8ee3c174ca2009ac4fa
7
+ data.tar.gz: cbea057d24c87a1fa2d445180d7d407c678fb580397464feaeaf0af83901f545fdc1d7295121a8011f2654d9e7c2d34d6f5b9ee8cf024e73867b9fccbfe0ac55
@@ -59,7 +59,7 @@ module DPL
59
59
  context.shell "git config user.name '#{@gh_name}'"
60
60
  context.shell "echo '#{@gh_fqdn}' > CNAME" if @gh_fqdn
61
61
  context.shell 'git add .'
62
- context.shell "git commit -m 'Deploy #{@project_name} to #{@gh_ref}:#{@target_branch}'"
62
+ context.shell "FILES=\"`git commit -m 'Deploy #{@project_name} to #{@gh_ref}:#{@target_branch}' | tail`\"; echo \"$FILES\"; echo \"$FILES\" | [ `wc -l` -lt 10 ] || echo '...'"
63
63
  context.shell "git push --force --quiet 'https://#{@gh_token}@#{@gh_ref}' master:#{@target_branch} > /dev/null 2>&1"
64
64
  end
65
65
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.44.travis.2303.5
4
+ version: 1.8.44.travis.2325.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-10-20 00:00:00.000000000 Z
11
+ date: 2017-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -230,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  version: 1.3.1
231
231
  requirements: []
232
232
  rubyforge_project:
233
- rubygems_version: 2.6.14
233
+ rubygems_version: 2.7.2
234
234
  signing_key:
235
235
  specification_version: 4
236
236
  summary: deploy tool