We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
json
1 parent 1efe52c commit 85b0a17Copy full SHA for 85b0a17
1 file changed
scripts/check_deployment.rb
@@ -1,3 +1,5 @@
1
+require 'json'
2
+
3
output = `curl --verbose --silent http://localhost:3000/ 2>&1`
4
5
if $?.success? && output.include?('Browse the catalogue')
0 commit comments