herkko 0.0.11 → 0.0.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7f3fb18dc2f13db2b6b5bf56b72e0016defaf57
4
- data.tar.gz: 86b0f423a79d54263196d422d905f6ab545a8dbb
3
+ metadata.gz: 02466a5d94abfcd9340b7e69226fef74f84cce23
4
+ data.tar.gz: 2ab41abc3557160b13e0a0cc2cfc8eb15ea63ab3
5
5
  SHA512:
6
- metadata.gz: ca16f36e53e48e0a0f5aad9202665f6d6574350875fb6750e000a46bf788c168ee9c79248f37d2955f784ab13b77f906c7416b2e3532021843ff634f329881af
7
- data.tar.gz: f6ddcdb8defbdcaa0b08af989506134ba5eb85b7c8c12ff046e9d00d4725e50cd899c3f239af932bbb4e25fe3b7ae423b3d40b3d82d6be7514f5aef175f99f80
6
+ metadata.gz: 46878092bee911cd4986946a1eaa18228ff5e5e2e3872b98a53d14ea99e0172d72f845acb70f48a7806bf2338f26087aa4113f7fbbec68bbc441c8903b10fce3
7
+ data.tar.gz: a3a4625958deab4c85cd3bb6471e8ac93cba731c307eaf4fc5de5736bd2e104071b9705ddec6624abc5f9a6f85ec034d5320e8236c672a067f346f446234f9ad
data/lib/herkko/runner.rb CHANGED
@@ -92,10 +92,12 @@ END
92
92
  Herkko.info "Skipping CI. Deploying..."
93
93
 
94
94
  deploy!
95
- elsif ci_state == :yellow
96
- Herkko.info "CI is running. Wait a while."
97
95
  elsif ci_state == :not_used
98
96
  Herkko.info "CI not in use for this project. Deploying..."
97
+
98
+ deploy!
99
+ elsif ci_state == :yellow
100
+ Herkko.info "CI is running. Wait a while."
99
101
  else
100
102
  Herkko.info "CI is in unknown state. Can't continue."
101
103
  end
@@ -1,3 +1,3 @@
1
1
  module Herkko
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: herkko
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vesa Vänskä