File: cloud_setup.rb

package info (click to toggle)
ruby-flipper 0.26.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,288 kB
  • sloc: ruby: 16,377; sh: 61; javascript: 24; makefile: 14
file content (4 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
if ENV["FLIPPER_CLOUD_TOKEN"].nil? || ENV["FLIPPER_CLOUD_TOKEN"].empty?
  warn "FLIPPER_CLOUD_TOKEN missing so skipping cloud example."
  exit
end