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 a18ad96 commit c7636d0Copy full SHA for c7636d0
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