dpl 2.0.3.beta.2 → 2.0.3.beta.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8986144ffd8e2b01a258e50d348a92a548a7b5e8d6a4851c628dfb4daed713f4
4
- data.tar.gz: ffcb50346cf2006a399567f6bb9891045656782386e4a8abc83fa53c633d0bd7
3
+ metadata.gz: b0f4fd2f5297366e5fed6f87f3285c250a9235a65f40d337b0c87e982408ccdb
4
+ data.tar.gz: d536fe5a971248e8562f096a991232c440808bc8bb5c340e9b82f5bcf4fbd5c9
5
5
  SHA512:
6
- metadata.gz: b80ee9f27d5214976f7196b9939564b82c81b6c0dbc8dd14190a0bcbdaf34f105489a36026f2521444b965a692701f44f827c86638a1ec5d2fb0a7bf7dde6ff7
7
- data.tar.gz: c1b76a7cfa0d44c50e3ef736b759f731c29d937234237be0c8c969eda79ce56a158e3daf5f9626f2909f9ecc8c221b91ad5d2a9cb7468a7475b714ea39abf5f5
6
+ metadata.gz: 0666a771891912ee878e5ba318ee36fe27249a3d6ad49c219c0c8fddec598098ac2a2e06f025abc35f6788d0133f4a3b36241f8932757562ea8d7823a3f72291
7
+ data.tar.gz: e09da57dad0a3f98e5e991d1fdbcd895b9098140181e63a52ca6dde8b64601aa04c0ac1398b5e08a1442cbd5e230597b30e8dc4c146090a3f19764c960c4124a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- dpl (2.0.3.beta.1)
4
+ dpl (2.0.3.beta.2)
5
5
  cl (~> 1.0)
6
6
 
7
7
  GEM
@@ -68,7 +68,7 @@ module Dpl
68
68
  git_commit_hook: 'cp %{path} .git/hooks/pre-commit',
69
69
  git_commit: 'git commit %{git_commit_opts} -q %{git_commit_msg_opts}',
70
70
  git_show: 'git show --stat-count=10 HEAD',
71
- git_push: 'git push%{git_push_opts} --quiet "%{remote_url}" "%{target_branch}":"%{target_branch}"'
71
+ git_push: 'git push%{git_push_opts} --quiet "%{remote_url}" "%{target_branch}":"%{target_branch}" > /dev/null 2>&1'
72
72
 
73
73
  errs copy_files: 'Failed to copy %{src_dir}.',
74
74
  check_deploy_key: 'Failed to authenticate using the deploy key',
@@ -155,8 +155,7 @@ module Dpl
155
155
  end
156
156
 
157
157
  def git_push
158
- shell 'ssh-keygen -lv -f /home/travis/.dpl/deploy_key'
159
- shell :git_push
158
+ shell :git_push, echo: false
160
159
  end
161
160
 
162
161
  def git_status
data/lib/dpl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dpl
2
- VERSION = '2.0.3.beta.2'
2
+ VERSION = '2.0.3.beta.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dpl
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3.beta.2
4
+ version: 2.0.3.beta.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Haase
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-06-08 00:00:00.000000000 Z
13
+ date: 2022-06-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cl