Skip to content

Commit c7636d0

Browse files
committed
Require json
1 parent a18ad96 commit c7636d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/check_deployment.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'json'
2+
13
output = `curl --verbose --silent http://localhost:3000/ 2>&1`
24

35
if $?.success? && output.include?('Browse the catalogue')

0 commit comments

Comments
 (0)