debian-mirror-gitlab/scripts/glfm/update-example-snapshots.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
215 B
Ruby
Raw Normal View History

2022-07-16 23:28:13 +05:30
#!/usr/bin/env ruby
# frozen_string_literal: true
require_relative '../lib/glfm/update_example_snapshots'
Glfm::UpdateExampleSnapshots.new.process(skip_static_and_wysiwyg: ENV['SKIP_STATIC_AND_WYSIWYG'] == 'true')