shipit-engine 0.44.0 → 0.44.1

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
  SHA256:
3
- metadata.gz: 66eab74ac8acc7bb806d26984fe9d221983da860661eff6d6ae7e263f71da2f4
4
- data.tar.gz: 3b9b797b5bf0ea20278ad9d0145ab2c42e02a6053b0efdc7f30c9838ff81b382
3
+ metadata.gz: 6517a0e3d74705ce7d69cd7b3a5f2cc7f87ef7770aac3be6e35b20622d1e1638
4
+ data.tar.gz: e516a886a2221e94ace6047b53c5e85668b9dd8aa4b92df4e8482438c8c77fd7
5
5
  SHA512:
6
- metadata.gz: 23fbda676f424e7660165c46636901490b636645b1b51f9dc9755ff24c71ea5cd09f09ac4f734a9708bdc687affb5536a4aaf18849f9606998581aeef6b0b472
7
- data.tar.gz: 89878c82e92b1b8780f7198800135fd18cc190ec5276b08bb48a7b1ffba65d4add8013f9e65b4e0af7910b8956c92dbb8b2f3043650e24c419eccdf825cce611
6
+ metadata.gz: 252425e0adcc5c66f84313fce38216ba1a99f0fd54108d471fd56cd1f73288b253715aba1520abc5c0213930456d813663be714c12d52d5a14fd85c552273eb6
7
+ data.tar.gz: 6b1becf5a4dd25784ab1b7d900cf24eb877e25c54ca92a7603ee3f4f76ab1dfe54d8f615d1c920a2d6df9486a3a2503e1741ca76d21b28a24b6fdcbad136e0ee
@@ -70,7 +70,11 @@
70
70
  <p class="banner__text">
71
71
  Continuous Delivery for this stack is currently paused because
72
72
 
73
- <%= link_to_if stack.deployment_checks_passed?, 'the pre-deploy checks failed', stack_commit_checks_path(stack, sha: stack.next_commit_to_deploy.sha) %>.
73
+ <% if stack.next_commit_to_deploy %>
74
+ <%= link_to_if stack.deployment_checks_passed?, 'the pre-deploy checks failed', stack_commit_checks_path(stack, sha: stack.next_commit_to_deploy.sha) %>.
75
+ <% else %>
76
+ the pre-deploy checks failed.
77
+ <% end %>
74
78
  You can either wait for them to pass, or trigger a deploy manually.
75
79
  </p>
76
80
  </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shipit
4
- VERSION = '0.44.0'
4
+ VERSION = '0.44.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shipit-engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.44.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean Boussier
@@ -1051,7 +1051,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1051
1051
  - !ruby/object:Gem::Version
1052
1052
  version: '0'
1053
1053
  requirements: []
1054
- rubygems_version: 4.0.4
1054
+ rubygems_version: 4.0.5
1055
1055
  specification_version: 4
1056
1056
  summary: Application deployment software
1057
1057
  test_files: