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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/glfm/update-example-snapshots.rb')
-rwxr-xr-xscripts/glfm/update-example-snapshots.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/glfm/update-example-snapshots.rb b/scripts/glfm/update-example-snapshots.rb
new file mode 100755
index 00000000000..f0e529aa006
--- /dev/null
+++ b/scripts/glfm/update-example-snapshots.rb
@@ -0,0 +1,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')