Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update-example-snapshots.rb « glfm « scripts - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0e529aa0064119ffc0bd8eb303251f6a234df62 (plain)
1
2
3
4
5
#!/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')