blackstack-deployer 1.2.20 → 1.2.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/blackstack-deployer.rb +3 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d18d657b11702c6216df79fea79448ddc9551be15b494f43fbbce5afe734a997
4
- data.tar.gz: f532b2676c8f21bd4ffcc23f37f732bc7630dba88e2ba986baba7c585e2fbc63
3
+ metadata.gz: 352e8143167fb520bb742fecbedf3c43daaa6f517a5cd4c3351ce70eb04c7239
4
+ data.tar.gz: fc4ff4649a5fd482812e8acc624f44c04ef9a13eb3573f6ba91cca24c78371fb
5
5
  SHA512:
6
- metadata.gz: 39f74640d3ff4ae8de2e1a5c827524d74fe0a87cd82b775bde836fe02f45dce59423e6372f422010bc5dd8326815a7b255c8f9cf69deb53ceada0f48b5cfe9fb
7
- data.tar.gz: f3e77987d1dd68ff263bca563e9931e812e01fc823ab707632eccedd791705288c81f6cbe84259de79bd08e8aef5db1f15b55e6e470e29f334f1af421c0869bb
6
+ metadata.gz: 9b981b975934c4786fcfbfbfa8ae135b7753f670b30937cc1517b93f2878fbc9fb69f42962a230ec699f451519730b2cd05a5480c28deede4db569f3aa9cac9c
7
+ data.tar.gz: 80d6b0bc534572be9c7d92a5faf51bf5c1e222bd65a9cab4fffac646b19febb5c8da56e59b6df27de3e814a76459c8316c17bd0296d7fcfb88f8001d862fea5a
@@ -336,8 +336,9 @@ module BlackStack
336
336
  #puts "ret: #{ret}"
337
337
  end
338
338
  end
339
- # if the command is configured to run in background, and the flag show_ouput is off, then modify the ret to run in background
340
- if self.background && !BlackStack::Deployer.show_output
339
+ # if the command is configured to run in background, then modify the ret to run in background.
340
+ # note: even if you the flag show_ouput is on, you won't see any error message.
341
+ if self.background #&& !BlackStack::Deployer.show_output
341
342
  lines = ret.strip.lines
342
343
  total = lines.size
343
344
  i = 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackstack-deployer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.20
4
+ version: 1.2.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Daniel Sardi